diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-03 08:22:34 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-03 08:22:34 +0000 |
commit | 84ab67509df8fb20bb1197d2893112aa96cd07d9 (patch) | |
tree | 8b04659cf7daceb701fecb02e532e42dd2f1c0fc /app-text/mythes/mythes-1.2.3.ebuild | |
parent | Add blocker on kscd to avoid collision on +handbook install. (diff) | |
download | gentoo-2-84ab67509df8fb20bb1197d2893112aa96cd07d9.tar.gz gentoo-2-84ab67509df8fb20bb1197d2893112aa96cd07d9.tar.bz2 gentoo-2-84ab67509df8fb20bb1197d2893112aa96cd07d9.zip |
Stabilise on amd64 x86 and ppc. Drop older. Wrt bug#433201.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'app-text/mythes/mythes-1.2.3.ebuild')
-rw-r--r-- | app-text/mythes/mythes-1.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mythes/mythes-1.2.3.ebuild b/app-text/mythes/mythes-1.2.3.ebuild index 79c7588cfde0..c28fed5721ac 100644 --- a/app-text/mythes/mythes-1.2.3.ebuild +++ b/app-text/mythes/mythes-1.2.3.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.3.ebuild,v 1.1 2012/07/02 09:32:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.3.ebuild,v 1.2 2012/09/03 08:22:34 scarabeus Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="app-text/hunspell" |