diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2006-12-22 18:39:05 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2006-12-22 18:39:05 +0000 |
commit | acd3f6d7b2a301dea0d289bf8f64abd9694ce885 (patch) | |
tree | 8a50bf904e51c1f953485e451e5a321579bb4744 /x11-plugins/gaim-encryption | |
parent | Remove stray digests. (diff) | |
download | gentoo-2-acd3f6d7b2a301dea0d289bf8f64abd9694ce885.tar.gz gentoo-2-acd3f6d7b2a301dea0d289bf8f64abd9694ce885.tar.bz2 gentoo-2-acd3f6d7b2a301dea0d289bf8f64abd9694ce885.zip |
Adding pkgconfig dependency
(Portage version: 2.1.2_rc3-r9)
Diffstat (limited to 'x11-plugins/gaim-encryption')
-rw-r--r-- | x11-plugins/gaim-encryption/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild | 9 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/x11-plugins/gaim-encryption/ChangeLog b/x11-plugins/gaim-encryption/ChangeLog index d391166b4667..954b020d938f 100644 --- a/x11-plugins/gaim-encryption/ChangeLog +++ b/x11-plugins/gaim-encryption/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gaim-encryption # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.88 2006/12/19 18:55:40 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.89 2006/12/22 18:39:05 gothgirl Exp $ + + 22 Dec 2006; <gothgirl@gentoo.org> gaim-encryption-2.38.ebuild, + gaim-encryption-3.0_beta7.ebuild: + Adding pkgconfig dependency 19 Dec 2006; Brent Baude <ranger@gentoo.org> gaim-encryption-3.0_beta7.ebuild: diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild index 29c03b682429..377e9c9b62be 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild,v 1.11 2005/10/18 14:28:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild,v 1.12 2006/12/22 18:39:05 gothgirl Exp $ inherit flag-o-matic debug multilib @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="" -DEPEND=">=net-im/gaim-1.0.1 - >=dev-libs/nss-3.9.2-r2" +DEPEND="dev-util/pkgconfig + >=net-im/gaim-1.0.1 + >=dev-libs/nss-3.9.2-r2" src_compile() { strip-flags diff --git a/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild index 821303ba75b7..a818649cd42c 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild,v 1.4 2006/12/19 18:55:40 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild,v 1.5 2006/12/22 18:39:05 gothgirl Exp $ inherit flag-o-matic debug eutils @@ -18,8 +18,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="nls" -DEPEND=">=net-im/gaim-2.0_beta1 - >=dev-libs/nss-3.11" +DEPEND="dev-util/pkgconfig + >=net-im/gaim-2.0_beta1 + >=dev-libs/nss-3.11" src_compile() { strip-flags |