diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-02 21:58:53 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-02 22:02:13 -0500 |
commit | be87f7105506df24183f787fec4790cb316dcacb (patch) | |
tree | 7f5238d3d4309520f144282832e62400fb44fbf5 /dev-python/unidecode | |
parent | dev-python/logutils: amd64 stable (diff) | |
download | gentoo-be87f7105506df24183f787fec4790cb316dcacb.tar.gz gentoo-be87f7105506df24183f787fec4790cb316dcacb.tar.bz2 gentoo-be87f7105506df24183f787fec4790cb316dcacb.zip |
dev-python/unidecode: amd64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/unidecode-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unidecode/unidecode-1.1.1.ebuild b/dev-python/unidecode/unidecode-1.1.1.ebuild index 5cdc5ae57905..ed7d015af41e 100644 --- a/dev-python/unidecode/unidecode-1.1.1.ebuild +++ b/dev-python/unidecode/unidecode-1.1.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" S=${WORKDIR}/${MY_P} |