diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-07-31 14:09:34 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-07-31 14:09:34 +0200 |
commit | 29adf231598ccffbeec2238cf2e863993603662a (patch) | |
tree | 95f917ce6f08e486e578af0c6f3c38ea210cca1c /dev-python/dnspython | |
parent | app-antivirus/clamav: Revbump to remove automagic dep on dev-libs/icu (diff) | |
download | gentoo-29adf231598ccffbeec2238cf2e863993603662a.tar.gz gentoo-29adf231598ccffbeec2238cf2e863993603662a.tar.bz2 gentoo-29adf231598ccffbeec2238cf2e863993603662a.zip |
dev-python/dnspython: alpha stable wrt bug #611590
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/dnspython-1.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dnspython/dnspython-1.16.0.ebuild b/dev-python/dnspython/dnspython-1.16.0.ebuild index 872b5442610b..feb8b5533e2c 100644 --- a/dev-python/dnspython/dnspython-1.16.0.ebuild +++ b/dev-python/dnspython/dnspython-1.16.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/rthalley/dnspython/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="ISC" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="examples test" RESTRICT="!test? ( test )" |