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/enchant | |
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/enchant')
-rw-r--r-- | app-text/enchant/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/enchant/enchant-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/enchant/ChangeLog b/app-text/enchant/ChangeLog index fe6ab4319dff..9007035540eb 100644 --- a/app-text/enchant/ChangeLog +++ b/app-text/enchant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/enchant # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.120 2012/04/24 13:39:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.121 2012/05/04 03:33:13 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> enchant-1.6.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 24 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> enchant-1.6.0.ebuild: After 4 years the ewarn can go. Update eapi to 4 and use required_use. diff --git a/app-text/enchant/enchant-1.6.0.ebuild b/app-text/enchant/enchant-1.6.0.ebuild index 1906100b36c6..46f025a82b40 100644 --- a/app-text/enchant/enchant-1.6.0.ebuild +++ b/app-text/enchant/enchant-1.6.0.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/enchant/enchant-1.6.0.ebuild,v 1.14 2012/04/24 13:39:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.6.0.ebuild,v 1.15 2012/05/04 03:33:13 jdhore Exp $ EAPI=4 @@ -25,7 +25,7 @@ RDEPEND="${COMMON_DEPENDS} # libtool is needed for the install-sh to work DEPEND="${COMMON_DEPENDS} - dev-util/pkgconfig" + virtual/pkgconfig" REQUIRED_USE="|| ( hunspell aspell zemberek )" |