diff options
Diffstat (limited to 'sci-mathematics/drgeo')
-rw-r--r-- | sci-mathematics/drgeo/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/drgeo/drgeo-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/drgeo/ChangeLog b/sci-mathematics/drgeo/ChangeLog index bfbb43089703..bcafb5de9ce8 100644 --- a/sci-mathematics/drgeo/ChangeLog +++ b/sci-mathematics/drgeo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/drgeo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/drgeo/ChangeLog,v 1.22 2012/04/25 18:47:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/drgeo/ChangeLog,v 1.23 2012/05/04 07:46:51 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> drgeo-1.1.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Apr 2012; Justin Lecher <jlec@gentoo.org> drgeo-1.1.0.ebuild, metadata.xml: diff --git a/sci-mathematics/drgeo/drgeo-1.1.0.ebuild b/sci-mathematics/drgeo/drgeo-1.1.0.ebuild index b00b156e71b3..e84dbfeed5bb 100644 --- a/sci-mathematics/drgeo/drgeo-1.1.0.ebuild +++ b/sci-mathematics/drgeo/drgeo-1.1.0.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-mathematics/drgeo/drgeo-1.1.0.ebuild,v 1.9 2012/04/25 18:47:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/drgeo/drgeo-1.1.0.ebuild,v 1.10 2012/05/04 07:46:51 jdhore Exp $ EAPI=4 @@ -30,7 +30,7 @@ RDEPEND=" =dev-scheme/guile-1.6* )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-gcc45.patch |