diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:54:14 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:54:14 +0000 |
commit | 8d4f0a6fa3385265b660f6295a357c214ae158e8 (patch) | |
tree | 5011377014f1e93c3adaf638bb7664a11b8cf100 | |
parent | Fix Makefile to use /usr/ instead of /usr/X11R6, see bug #150810. (diff) | |
download | gentoo-2-8d4f0a6fa3385265b660f6295a357c214ae158e8.tar.gz gentoo-2-8d4f0a6fa3385265b660f6295a357c214ae158e8.tar.bz2 gentoo-2-8d4f0a6fa3385265b660f6295a357c214ae158e8.zip |
Add missing dev-util/pkgconfig to DEPEND, see bug #150811.
(Portage version: 2.1.2_pre2-r8)
-rw-r--r-- | x11-misc/skippy/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/skippy/skippy-0.5.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/skippy/ChangeLog b/x11-misc/skippy/ChangeLog index 61d0435e8228..dff0933dbc38 100644 --- a/x11-misc/skippy/ChangeLog +++ b/x11-misc/skippy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/skippy -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/ChangeLog,v 1.10 2005/12/28 18:06:36 nelchael Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/ChangeLog,v 1.11 2006/10/11 11:54:14 nelchael Exp $ + + 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> skippy-0.5.0.ebuild: + Add missing dev-util/pkgconfig to DEPEND, see bug #150811. 28 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> skippy-0.5.0.ebuild: Fix *DEPEND for modular X. See bug #115650. diff --git a/x11-misc/skippy/skippy-0.5.0.ebuild b/x11-misc/skippy/skippy-0.5.0.ebuild index 6f15ddd29cf2..100c964f92e6 100644 --- a/x11-misc/skippy/skippy-0.5.0.ebuild +++ b/x11-misc/skippy/skippy-0.5.0.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-misc/skippy/skippy-0.5.0.ebuild,v 1.10 2005/12/28 18:06:36 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/skippy-0.5.0.ebuild,v 1.11 2006/10/11 11:54:14 nelchael Exp $ inherit eutils @@ -29,6 +29,7 @@ DEPEND="${RDEPEND} ) virtual/x11 ) + dev-util/pkgconfig >=media-libs/imlib2-1.1.0" src_unpack() { |