diff options
author | Markus Meier <maekke@gentoo.org> | 2012-12-08 12:25:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-12-08 12:25:25 +0000 |
commit | 0a6ecb0e23528cf57f2e432bc03c9f8623b67bc4 (patch) | |
tree | a28a06bb74d8e8968846051a72feac3f540753de /app-text/mythes | |
parent | depend on pgf/tikz, bug #445792 by Jeffrey Ratcliffe (diff) | |
download | gentoo-2-0a6ecb0e23528cf57f2e432bc03c9f8623b67bc4.tar.gz gentoo-2-0a6ecb0e23528cf57f2e432bc03c9f8623b67bc4.tar.bz2 gentoo-2-0a6ecb0e23528cf57f2e432bc03c9f8623b67bc4.zip |
add ~arm, bug #440908
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-text/mythes')
-rw-r--r-- | app-text/mythes/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mythes/mythes-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/mythes/ChangeLog b/app-text/mythes/ChangeLog index b88d8d5f4698..868508ad1325 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.16 2012/09/03 08:22:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.17 2012/12/08 12:25:25 maekke Exp $ + + 08 Dec 2012; Markus Meier <maekke@gentoo.org> mythes-1.2.3.ebuild: + add ~arm, bug #440908 03 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> -mythes-1.2.2.ebuild, mythes-1.2.3.ebuild: diff --git a/app-text/mythes/mythes-1.2.3.ebuild b/app-text/mythes/mythes-1.2.3.ebuild index c28fed5721ac..8051b66f842e 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.2 2012/09/03 08:22:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.3.ebuild,v 1.3 2012/12/08 12:25:25 maekke 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 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="app-text/hunspell" |