diff options
author | 2012-05-04 06:52:08 +0000 | |
---|---|---|
committer | 2012-05-04 06:52:08 +0000 | |
commit | 0765c729f633907d0e01b7e53e1863a773048b9a (patch) | |
tree | f2da11fe505b9354f3a17f4dcf54891a8c8addab /sci-calculators/grpn | |
parent | Require <openssl-1.0.1 for bug #414501, 4.78 will come with 1.0.1 support (diff) | |
download | historical-0765c729f633907d0e01b7e53e1863a773048b9a.tar.gz historical-0765c729f633907d0e01b7e53e1863a773048b9a.tar.bz2 historical-0765c729f633907d0e01b7e53e1863a773048b9a.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'sci-calculators/grpn')
-rw-r--r-- | sci-calculators/grpn/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/grpn/grpn-1.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-calculators/grpn/ChangeLog b/sci-calculators/grpn/ChangeLog index bb837a347bd5..2c909a392905 100644 --- a/sci-calculators/grpn/ChangeLog +++ b/sci-calculators/grpn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/grpn # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/grpn/ChangeLog,v 1.6 2012/01/03 21:18:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/grpn/ChangeLog,v 1.7 2012/05/04 06:52:08 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> grpn-1.3.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *grpn-1.3.4 (03 Jan 2012) diff --git a/sci-calculators/grpn/grpn-1.3.4.ebuild b/sci-calculators/grpn/grpn-1.3.4.ebuild index 919eef4647f8..a34fbe557cf9 100644 --- a/sci-calculators/grpn/grpn-1.3.4.ebuild +++ b/sci-calculators/grpn/grpn-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/grpn/grpn-1.3.4.ebuild,v 1.1 2012/01/03 21:18:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/grpn/grpn-1.3.4.ebuild,v 1.2 2012/05/04 06:52:08 jdhore Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -17,7 +17,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2 x11-libs/libX11" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i -e 's:= -g -O2 -I/usr/X11/include:+=:' Makefile || die |