diff options
Diffstat (limited to 'sci-libs/starparse')
-rw-r--r-- | sci-libs/starparse/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/starparse/starparse-1.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/starparse/ChangeLog b/sci-libs/starparse/ChangeLog index f826aebe30c4..f85c31c6d76a 100644 --- a/sci-libs/starparse/ChangeLog +++ b/sci-libs/starparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/starparse -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.5 2010/06/27 12:35:24 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.6 2012/05/04 08:22:52 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> starparse-1.0-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 27 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> -starparse-1.0.ebuild: Remove old. diff --git a/sci-libs/starparse/starparse-1.0-r1.ebuild b/sci-libs/starparse/starparse-1.0-r1.ebuild index 926ecd2c3533..9d0ad50ffd94 100644 --- a/sci-libs/starparse/starparse-1.0-r1.ebuild +++ b/sci-libs/starparse/starparse-1.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-1.0-r1.ebuild,v 1.1 2010/06/27 12:33:35 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-1.0-r1.ebuild,v 1.2 2012/05/04 08:22:52 jdhore Exp $ EAPI="2" @@ -19,7 +19,7 @@ IUSE="guile" RDEPEND="guile? ( dev-scheme/guile )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-guile1.8.patch |