13 lines
340 B
Bash
13 lines
340 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-source_validator/obs-service-source_validator-9999.ebuild,v 1.1 2011/09/16 16:50:19 miska Exp $
|
|
|
|
EAPI=4
|
|
|
|
inherit obs-service
|
|
|
|
KEYWORDS=""
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|