diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2008-08-07 07:11:01 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2008-08-07 07:11:01 +0000 |
commit | 33cb6a4023c4cf8d51efd681844b1440aa778198 (patch) | |
tree | faa6be9f3ac04e2595924114ac5292c17ef2cc57 /x11-libs/agg | |
parent | Add USE flag description to metadata wrt GLEP 56. (diff) | |
download | gentoo-2-33cb6a4023c4cf8d51efd681844b1440aa778198.tar.gz gentoo-2-33cb6a4023c4cf8d51efd681844b1440aa778198.tar.bz2 gentoo-2-33cb6a4023c4cf8d51efd681844b1440aa778198.zip |
Added missing pkgconfig dependency (bug #228203)
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/agg')
-rw-r--r-- | x11-libs/agg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/agg/agg-2.5.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog index bebcf27f4cb9..1e62c5c9a1fc 100644 --- a/x11-libs/agg/ChangeLog +++ b/x11-libs/agg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/agg # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.10 2008/06/14 16:00:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.11 2008/08/07 07:11:01 wormo Exp $ + + 07 Aug 2008; Stephanie Lockwood-Childs <wormo@gentoo.org> agg-2.5.ebuild: + Added missing pkgconfig dependency (bug #228203) 14 Jun 2008; Jeroen Roovers <jer@gentoo.org> agg-2.5.ebuild: Marked ~hppa too. diff --git a/x11-libs/agg/agg-2.5.ebuild b/x11-libs/agg/agg-2.5.ebuild index 7b6548d47d47..167c3b4c84a3 100644 --- a/x11-libs/agg/agg-2.5.ebuild +++ b/x11-libs/agg/agg-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.9 2008/06/14 16:00:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.10 2008/08/07 07:11:01 wormo Exp $ inherit eutils autotools @@ -17,11 +17,12 @@ RDEPEND="sdl? ( >=media-libs/libsdl-1.2.0 ) truetype? ( >=media-libs/freetype-2 )" # sdl.m4 missing in the tarball DEPEND="media-libs/libsdl + dev-util/pkgconfig ${RDEPEND}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" eautoreconf } |