diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
commit | 2f6305b4d7359dcf66bec4399cbd52ef3ed6479f (patch) | |
tree | 0235dad1ea1773e4ff914d41b42c06db63d19fd4 /app-text/mythes | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.tar.gz gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.tar.bz2 gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 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 \ |