diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-26 21:21:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-26 21:21:18 +0100 |
commit | 37ddc04592ad66ae12128dcfdc3bd04ffa0db741 (patch) | |
tree | b83e825be87543adb2b5306ad55e0593c412a95b /dev-erlang/idna | |
parent | Reflect move of libvirt repositories (diff) | |
download | gentoo-37ddc04592ad66ae12128dcfdc3bd04ffa0db741.tar.gz gentoo-37ddc04592ad66ae12128dcfdc3bd04ffa0db741.tar.bz2 gentoo-37ddc04592ad66ae12128dcfdc3bd04ffa0db741.zip |
dev-erlang/idna: keyworded 6.0.0 for ia64, bug #717366
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-erlang/idna')
-rw-r--r-- | dev-erlang/idna/idna-6.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-erlang/idna/idna-6.0.0.ebuild b/dev-erlang/idna/idna-6.0.0.ebuild index 243854541657..972191568484 100644 --- a/dev-erlang/idna/idna-6.0.0.ebuild +++ b/dev-erlang/idna/idna-6.0.0.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/benoitc/erlang-idna/archive/${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ia64" DEPEND=">=dev-lang/erlang-21.0" |