diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-08 11:23:50 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-08 11:27:32 +0200 |
commit | fecc4cf77e1472a03631f00be0840ce07f9328ff (patch) | |
tree | 6ebe5daa29014569feb097809e471234d025892e /app-text | |
parent | profiles: hppa: Add dev-lang[enchant] to p.use.stable.mask (diff) | |
download | gentoo-fecc4cf77e1472a03631f00be0840ce07f9328ff.tar.gz gentoo-fecc4cf77e1472a03631f00be0840ce07f9328ff.tar.bz2 gentoo-fecc4cf77e1472a03631f00be0840ce07f9328ff.zip |
app-text/enchant: drop to ~hppa
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/enchant/enchant-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/enchant/enchant-1.6.1.ebuild b/app-text/enchant/enchant-1.6.1.ebuild index 3ee15e26d65c..1a9e48216bf9 100644 --- a/app-text/enchant/enchant-1.6.1.ebuild +++ b/app-text/enchant/enchant-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/AbiWord/enchant/releases/download/${PN}-${MY_PV}/${P LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="aspell +hunspell static-libs test" RESTRICT="!test? ( test )" |