diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-04-19 23:06:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-04-19 23:06:12 +0000 |
commit | 4c6cf6621574bfd0be767a8aed3c602172ab121e (patch) | |
tree | 3271b9fc61f1529e794cf5af7121da1052116ce8 /sys-block | |
parent | pkgconfig only goes in DEPEND #217278 (diff) | |
download | gentoo-2-4c6cf6621574bfd0be767a8aed3c602172ab121e.tar.gz gentoo-2-4c6cf6621574bfd0be767a8aed3c602172ab121e.tar.bz2 gentoo-2-4c6cf6621574bfd0be767a8aed3c602172ab121e.zip |
pkgconfig only goes in DEPEND #217278
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/endpoint/endpoint-0.1.0.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sys-block/endpoint/endpoint-0.1.0.ebuild b/sys-block/endpoint/endpoint-0.1.0.ebuild index b2eed98b549c..2d047446a31a 100644 --- a/sys-block/endpoint/endpoint-0.1.0.ebuild +++ b/sys-block/endpoint/endpoint-0.1.0.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.5 2008/01/14 02:30:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.6 2008/04/19 23:06:12 vapier Exp $ inherit eutils DESCRIPTION="Endpoint turns a Linux machine with one or more firewire cards into an SBP-2 device." HOMEPAGE="http://oss.oracle.com/projects/endpoint/" SRC_URI="http://oss.oracle.com/projects/endpoint/dist/files/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND="virtual/libc - dev-util/pkgconfig - >=sys-libs/libraw1394-0.9 - >=dev-libs/glib-2" + +RDEPEND=">=sys-libs/libraw1394-0.9 + >=dev-libs/glib-2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} |