diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-17 16:14:28 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-17 16:14:28 +0200 |
commit | b3182cb38f42d7932de13249f7615f0338fe7479 (patch) | |
tree | d5e398ce939565248e345125fabb7ae0e209f4ec /dev-ml | |
parent | dev-ml/ppx_tools: amd64 stable wrt bug #813153 (diff) | |
download | gentoo-b3182cb38f42d7932de13249f7615f0338fe7479.tar.gz gentoo-b3182cb38f42d7932de13249f7615f0338fe7479.tar.bz2 gentoo-b3182cb38f42d7932de13249f7615f0338fe7479.zip |
dev-ml/unidecode: amd64 stable wrt bug #813153
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/unidecode/unidecode-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/unidecode/unidecode-0.4.0.ebuild b/dev-ml/unidecode/unidecode-0.4.0.ebuild index 35cfaf39fd6c..ec537982b11a 100644 --- a/dev-ml/unidecode/unidecode-0.4.0.ebuild +++ b/dev-ml/unidecode/unidecode-0.4.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/geneweb/${PN}/archive/v${PV}.tar.gz LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |