diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-10 13:03:25 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-10 13:03:25 +0000 |
commit | 37d000b0062d89ce7e759d258eaf897dcd595a80 (patch) | |
tree | 18d482a7159e830928d40e0b23a3172bb2989a5c /net-p2p/giftoxic/giftoxic-0.0.10.ebuild | |
parent | fix pkgconfig dep, bug 152463 (diff) | |
download | historical-37d000b0062d89ce7e759d258eaf897dcd595a80.tar.gz historical-37d000b0062d89ce7e759d258eaf897dcd595a80.tar.bz2 historical-37d000b0062d89ce7e759d258eaf897dcd595a80.zip |
fix pkgconfig dep, bug 152463
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'net-p2p/giftoxic/giftoxic-0.0.10.ebuild')
-rw-r--r-- | net-p2p/giftoxic/giftoxic-0.0.10.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/giftoxic/giftoxic-0.0.10.ebuild b/net-p2p/giftoxic/giftoxic-0.0.10.ebuild index 39d8081a8260..491705486bdd 100644 --- a/net-p2p/giftoxic/giftoxic-0.0.10.ebuild +++ b/net-p2p/giftoxic/giftoxic-0.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.10.ebuild,v 1.6 2005/05/09 02:57:31 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.10.ebuild,v 1.7 2007/01/10 13:03:25 armin76 Exp $ IUSE="" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="x86 amd64 ~ppc" DEPEND=">=x11-libs/gtk+-2.0.3 - net-p2p/gift" + net-p2p/gift + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" |