diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2006-12-01 22:53:25 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2006-12-01 22:53:25 +0000 |
commit | d98a4115e521c2c2108ae2ad2fec4b23203577ce (patch) | |
tree | 96770684877bbd33c3eec20752ddd4340b35f409 /x11-libs/gai | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-d98a4115e521c2c2108ae2ad2fec4b23203577ce.tar.gz gentoo-2-d98a4115e521c2c2108ae2ad2fec4b23203577ce.tar.bz2 gentoo-2-d98a4115e521c2c2108ae2ad2fec4b23203577ce.zip |
Add dev-util/pkgconfig dep, bug 150784, thanks to Patrick Lauer for reporting
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'x11-libs/gai')
-rw-r--r-- | x11-libs/gai/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/gai/gai-0.5.6.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/gai/ChangeLog b/x11-libs/gai/ChangeLog index 08e56dd98ed4..a5f0ab9ee24a 100644 --- a/x11-libs/gai/ChangeLog +++ b/x11-libs/gai/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gai -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gai/ChangeLog,v 1.12 2006/05/08 10:26:01 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gai/ChangeLog,v 1.13 2006/12/01 22:53:25 masterdriverz Exp $ + + 01 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org> gai-0.5.6.ebuild: + Add dev-util/pkgconfig dep, bug 150784, thanks to Patrick Lauer for reporting 08 May 2006; Michele Noberasco <s4t4n@gentoo.org> gai-0.5.6.ebuild: Stable for x86. diff --git a/x11-libs/gai/gai-0.5.6.ebuild b/x11-libs/gai/gai-0.5.6.ebuild index 581168db0268..c2b2e18b30b0 100644 --- a/x11-libs/gai/gai-0.5.6.ebuild +++ b/x11-libs/gai/gai-0.5.6.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-libs/gai/gai-0.5.6.ebuild,v 1.2 2006/05/08 10:26:01 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gai/gai-0.5.6.ebuild,v 1.3 2006/12/01 22:53:25 masterdriverz Exp $ IUSE="opengl gnome" @@ -15,7 +15,8 @@ KEYWORDS="x86 ppc" DEPEND=">=x11-libs/gtk+-2.0.0 opengl? ( >=x11-libs/gtkglext-1.0.5 ) - gnome? ( >=gnome-base/gnome-panel-2.0.0 )" + gnome? ( >=gnome-base/gnome-panel-2.0.0 ) + dev-util/pkgconfig" S=${WORKDIR}/${MY_P} |