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 | 91b2acabf65d147b96c31037cd4d2bb42cae12a3 (patch) | |
tree | 582c27908b05020218c1ac3e19f00439f01e0496 /dev-util/ghh | |
parent | build with -O1 on amd64-fbsd otherwise the kernel does not boot with gcc 4.4 ... (diff) | |
download | historical-91b2acabf65d147b96c31037cd4d2bb42cae12a3.tar.gz historical-91b2acabf65d147b96c31037cd4d2bb42cae12a3.tar.bz2 historical-91b2acabf65d147b96c31037cd4d2bb42cae12a3.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'dev-util/ghh')
-rw-r--r-- | dev-util/ghh/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/ghh/ghh-9999.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/ghh/ChangeLog b/dev-util/ghh/ChangeLog index 4a427a123aca..6e412c094624 100644 --- a/dev-util/ghh/ChangeLog +++ b/dev-util/ghh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ghh -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.6 2011/11/26 17:23:22 floppym Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.7 2012/05/04 17:51:45 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> ghh-9999.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Nov 2011; Mike Gilbert <floppym@gentoo.org> ghh-9999.ebuild: Python-related improvements by Ian Delaney. Bug 324399. diff --git a/dev-util/ghh/ghh-9999.ebuild b/dev-util/ghh/ghh-9999.ebuild index f5bfc4f51c32..5eff2403c276 100644 --- a/dev-util/ghh/ghh-9999.ebuild +++ b/dev-util/ghh/ghh-9999.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/ghh/ghh-9999.ebuild,v 1.7 2011/11/26 17:23:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v 1.8 2012/05/04 17:51:45 jdhore Exp $ EAPI=3 PYTHON_DEPEND="2:2.6" @@ -27,7 +27,7 @@ RDEPEND="x11-libs/gtk+:2 dev-python/pygtk:2 dev-vcs/git" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { python_set_active_version 2 |