diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-28 08:19:12 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-28 08:19:12 +0000 |
commit | 85446f657c70812bc2499bbe70285bd1e9104b10 (patch) | |
tree | 928878e80f2182c55ec3d4209382e690d926b7fe /app-text/mythes | |
parent | ppc stable wrt #312543 (diff) | |
download | gentoo-2-85446f657c70812bc2499bbe70285bd1e9104b10.tar.gz gentoo-2-85446f657c70812bc2499bbe70285bd1e9104b10.tar.bz2 gentoo-2-85446f657c70812bc2499bbe70285bd1e9104b10.zip |
Depend on pkgconfig wrt bug #388731.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'app-text/mythes')
-rw-r--r-- | app-text/mythes/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mythes/mythes-1.2.1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-text/mythes/ChangeLog b/app-text/mythes/ChangeLog index aa125506d276..cbe7a4750b49 100644 --- a/app-text/mythes/ChangeLog +++ b/app-text/mythes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mythes # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.3 2011/10/26 15:32:13 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.4 2011/10/28 08:19:12 scarabeus Exp $ + + 28 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org> mythes-1.2.1.ebuild: + Depend on pkgconfig wrt bug #388731. 26 Oct 2011; Tony Vroon <chainsaw@gentoo.org> mythes-1.2.1.ebuild: Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & diff --git a/app-text/mythes/mythes-1.2.1.ebuild b/app-text/mythes/mythes-1.2.1.ebuild index c0cc410b70ef..69dbf0c5dae1 100644 --- a/app-text/mythes/mythes-1.2.1.ebuild +++ b/app-text/mythes/mythes-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.1.ebuild,v 1.3 2011/10/26 15:32:13 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.1.ebuild,v 1.4 2011/10/28 08:19:12 scarabeus Exp $ EAPI=4 @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" -DEPEND="app-text/hunspell" -RDEPEND="${DEPEND}" +RDEPEND="app-text/hunspell" +DEPEND="${DEPEND} + dev-util/pkgconfig" src_configure() { econf \ |