diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:02:35 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:02:35 +0000 |
commit | a046dfc157959ec9fecceba82c7bf7e1b58cc414 (patch) | |
tree | 82d5048829828d537b4957d07d49cd6076a28bcf /sci-chemistry/theseus | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-a046dfc157959ec9fecceba82c7bf7e1b58cc414.tar.gz gentoo-2-a046dfc157959ec9fecceba82c7bf7e1b58cc414.tar.bz2 gentoo-2-a046dfc157959ec9fecceba82c7bf7e1b58cc414.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry/theseus')
-rw-r--r-- | sci-chemistry/theseus/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/theseus/theseus-1.6.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/theseus/ChangeLog b/sci-chemistry/theseus/ChangeLog index c2c0aa76a154..bce30627e4d5 100644 --- a/sci-chemistry/theseus/ChangeLog +++ b/sci-chemistry/theseus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/theseus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/ChangeLog,v 1.3 2012/04/30 20:44:06 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/ChangeLog,v 1.4 2012/05/04 07:02:35 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> theseus-1.6.2-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 30 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml, theseus-1.6.2-r1.ebuild: diff --git a/sci-chemistry/theseus/theseus-1.6.2-r1.ebuild b/sci-chemistry/theseus/theseus-1.6.2-r1.ebuild index d898a5dd3661..a0ef2fbc8d4b 100644 --- a/sci-chemistry/theseus/theseus-1.6.2-r1.ebuild +++ b/sci-chemistry/theseus/theseus-1.6.2-r1.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-chemistry/theseus/theseus-1.6.2-r1.ebuild,v 1.1 2012/03/21 16:11:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/theseus-1.6.2-r1.ebuild,v 1.2 2012/05/04 07:02:35 jdhore Exp $ EAPI=4 @@ -26,7 +26,7 @@ RDEPEND=" sci-biology/muscle )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}"/${PN}_src/ |