diff options
author | 2012-05-04 03:33:18 +0000 | |
---|---|---|
committer | 2012-05-04 03:33:18 +0000 | |
commit | d167bd34636a7036c9df2c541b4af35ba53eecd9 (patch) | |
tree | e4ee6d26fbac3f1a4160ae7b28fccfa193639af3 /app-text/mythes | |
parent | add missing test to IUSE (diff) | |
download | historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.tar.gz historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.tar.bz2 historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-text/mythes')
-rw-r--r-- | app-text/mythes/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mythes/mythes-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/mythes/ChangeLog b/app-text/mythes/ChangeLog index d27c94e76dc9..876d2a752870 100644 --- a/app-text/mythes/ChangeLog +++ b/app-text/mythes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mythes # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.13 2012/04/25 20:42:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.14 2012/05/04 03:33:18 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> mythes-1.2.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> -mythes-1.2.1.ebuild, mythes-1.2.2.ebuild: diff --git a/app-text/mythes/mythes-1.2.2.ebuild b/app-text/mythes/mythes-1.2.2.ebuild index 252ff6d8ab87..1f5f1c928348 100644 --- a/app-text/mythes/mythes-1.2.2.ebuild +++ b/app-text/mythes/mythes-1.2.2.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/app-text/mythes/mythes-1.2.2.ebuild,v 1.5 2012/04/25 20:42:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.2.ebuild,v 1.6 2012/05/04 03:33:18 jdhore Exp $ EAPI=4 @@ -15,7 +15,7 @@ IUSE="static-libs" RDEPEND="app-text/hunspell" DEPEND="${DEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { econf \ |