diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:46:18 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:46:18 +0000 |
commit | eaf5f1a22a22327aa2446674702cb0956b5c8024 (patch) | |
tree | 485cd04ea103b5a8ac3452e2ea93f051ada347ba /x11-misc | |
parent | Add missing dev-util/pkgconfig to DEPEND, see bug #150798. (diff) | |
download | historical-eaf5f1a22a22327aa2446674702cb0956b5c8024.tar.gz historical-eaf5f1a22a22327aa2446674702cb0956b5c8024.tar.bz2 historical-eaf5f1a22a22327aa2446674702cb0956b5c8024.zip |
Add missing dev-util/pkgconfig to DEPEND, see bug #150800.
Package-Manager: portage-2.1.2_pre2-r8
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xstroke/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xstroke/xstroke-0.6-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xstroke/ChangeLog b/x11-misc/xstroke/ChangeLog index 9dc7a93e3ef6..b52f4de99b90 100644 --- a/x11-misc/xstroke/ChangeLog +++ b/x11-misc/xstroke/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xstroke # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.24 2006/06/11 12:48:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.25 2006/10/11 11:46:18 nelchael Exp $ + + 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> xstroke-0.6-r1.ebuild: + Add missing dev-util/pkgconfig to DEPEND, see bug #150800. 11 Jun 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xstroke-0.6.ebuild, xstroke-0.6-r1.ebuild: diff --git a/x11-misc/xstroke/xstroke-0.6-r1.ebuild b/x11-misc/xstroke/xstroke-0.6-r1.ebuild index 70c46d27f092..b4551cbaeb6b 100644 --- a/x11-misc/xstroke/xstroke-0.6-r1.ebuild +++ b/x11-misc/xstroke/xstroke-0.6-r1.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-misc/xstroke/xstroke-0.6-r1.ebuild,v 1.2 2006/06/11 12:48:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.6-r1.ebuild,v 1.3 2006/10/11 11:46:18 nelchael Exp $ inherit eutils @@ -26,6 +26,7 @@ RDEPEND="|| ( ( DEPEND="${RDEPEND} media-libs/freetype media-libs/fontconfig + dev-util/pkgconfig || ( ( x11-proto/xextproto x11-proto/xproto ) |