diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 17:51:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 17:51:45 +0000 |
commit | 9b028d9741b06af0c6babc6f6448a57f91d1042e (patch) | |
tree | f4498e0fa0482fe6057027a5c51eb3f2e82e1714 /dev-util/geany/geany-0.20.ebuild | |
parent | build with -O1 on amd64-fbsd otherwise the kernel does not boot with gcc 4.4 ... (diff) | |
download | gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.tar.gz gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.tar.bz2 gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-util/geany/geany-0.20.ebuild')
-rw-r--r-- | dev-util/geany/geany-0.20.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/geany/geany-0.20.ebuild b/dev-util/geany/geany-0.20.ebuild index f92778c9a934..82a0f1655526 100644 --- a/dev-util/geany/geany-0.20.ebuild +++ b/dev-util/geany/geany-0.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.20.ebuild,v 1.5 2011/10/06 12:00:57 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.20.ebuild,v 1.6 2012/05/04 17:51:43 jdhore Exp $ EAPI=4 inherit eutils gnome2-utils @@ -21,7 +21,7 @@ RDEPEND=">=x11-libs/gtk+-2.12:2 >=dev-libs/glib-2.16:2 vte? ( x11-libs/vte:0 )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig dev-util/intltool sys-devel/gettext" |