diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:46:51 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:46:51 +0000 |
commit | 1e67413a8d2fdae15ffe325da6d0ea81c6c47438 (patch) | |
tree | 1e3bedea37010b2dff4fae1217c2a68ce3c55657 /sci-mathematics/euler | |
parent | Use virtual/pkgconfig. (diff) | |
download | gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.tar.gz gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.tar.bz2 gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/euler')
-rw-r--r-- | sci-mathematics/euler/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/euler/euler-1.61.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/euler/ChangeLog b/sci-mathematics/euler/ChangeLog index f40cfe85482f..7137ea19fbd8 100644 --- a/sci-mathematics/euler/ChangeLog +++ b/sci-mathematics/euler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/euler -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.18 2011/03/06 09:34:01 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.19 2012/05/04 07:46:51 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> euler-1.61.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 06 Mar 2011; Justin Lecher <jlec@gentoo.org> euler-1.61.0.ebuild: Correct Slots for gtk 3 introduction to tree diff --git a/sci-mathematics/euler/euler-1.61.0.ebuild b/sci-mathematics/euler/euler-1.61.0.ebuild index 893831ed342d..1bec7cbbb08f 100644 --- a/sci-mathematics/euler/euler-1.61.0.ebuild +++ b/sci-mathematics/euler/euler-1.61.0.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/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.9 2011/03/06 09:34:01 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.10 2012/05/04 07:46:51 jdhore Exp $ EAPI="1" @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc -sparc x86" IUSE="" DEPEND="x11-libs/gtk+:2 - dev-util/pkgconfig" + virtual/pkgconfig" RDEPEND="x11-libs/gtk+:2 x11-misc/xdg-utils" |