diff options
author | 2006-10-11 11:54:14 +0000 | |
---|---|---|
committer | 2006-10-11 11:54:14 +0000 | |
commit | 95b7cbf7fae3d840e5fe9a8e001f33827ce8a419 (patch) | |
tree | ba3c921a7d95c28ac7f2123a229820351b5c4d09 /x11-misc/skippy | |
parent | Fix Makefile to use /usr/ instead of /usr/X11R6, see bug #150810. (diff) | |
download | historical-95b7cbf7fae3d840e5fe9a8e001f33827ce8a419.tar.gz historical-95b7cbf7fae3d840e5fe9a8e001f33827ce8a419.tar.bz2 historical-95b7cbf7fae3d840e5fe9a8e001f33827ce8a419.zip |
Add missing dev-util/pkgconfig to DEPEND, see bug #150811.
Package-Manager: portage-2.1.2_pre2-r8
Diffstat (limited to 'x11-misc/skippy')
-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() { |