diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2008-07-21 08:42:51 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2008-07-21 08:42:51 +0000 |
commit | 811bb1d6ad0c43cdcf92b4c3e7b0a63c88959d30 (patch) | |
tree | 21ab955b708c4afba0dea56c6ceb1079371c14f3 /gnustep-libs | |
parent | Fix compilation with USE=-flac, bug #232442. Also fix with USE=-vorbis (diff) | |
download | gentoo-2-811bb1d6ad0c43cdcf92b4c3e7b0a63c88959d30.tar.gz gentoo-2-811bb1d6ad0c43cdcf92b4c3e7b0a63c88959d30.tar.bz2 gentoo-2-811bb1d6ad0c43cdcf92b4c3e7b0a63c88959d30.zip |
Add (well hidden) pkgconfig DEPEND, bug #232432
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/popplerkit/ChangeLog | 8 | ||||
-rw-r--r-- | gnustep-libs/popplerkit/popplerkit-0.2.ebuild | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/gnustep-libs/popplerkit/ChangeLog b/gnustep-libs/popplerkit/ChangeLog index 0dd8590caf4a..9ad5fec86b82 100644 --- a/gnustep-libs/popplerkit/ChangeLog +++ b/gnustep-libs/popplerkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-libs/popplerkit -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/ChangeLog,v 1.12 2007/11/27 23:39:26 voyageur Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/ChangeLog,v 1.13 2008/07/21 08:42:51 voyageur Exp $ + + 21 Jul 2008; Bernard Cafarelli <voyageur@gentoo.org> + popplerkit-0.2.ebuild: + Add (well hidden) pkgconfig DEPEND, bug #232432 27 Nov 2007; Bernard Cafarelli <voyageur@gentoo.org> files/digest-popplerkit-0.2, Manifest: diff --git a/gnustep-libs/popplerkit/popplerkit-0.2.ebuild b/gnustep-libs/popplerkit/popplerkit-0.2.ebuild index a8a43b6ac363..9250152c48b6 100644 --- a/gnustep-libs/popplerkit/popplerkit-0.2.ebuild +++ b/gnustep-libs/popplerkit/popplerkit-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/popplerkit-0.2.ebuild,v 1.7 2007/11/27 23:39:26 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/popplerkit-0.2.ebuild,v 1.8 2008/07/21 08:42:51 voyageur Exp $ inherit gnustep-2 @@ -13,9 +13,10 @@ LICENSE="GPL-2" KEYWORDS="amd64 ppc x86" SLOT="0" -DEPEND=">=app-text/poppler-0.4 +RDEPEND=">=app-text/poppler-0.4 >=media-libs/freetype-2" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} |