diff options
author | 2021-03-02 01:38:47 +0000 | |
---|---|---|
committer | 2021-03-02 01:38:47 +0000 | |
commit | 826623f42e98cdf1e722ed5ff3ecb451708175f4 (patch) | |
tree | aff33ec3ba65948fc01e48fc040be2ea871391ed /dev-python/pyelftools | |
parent | dev-python/path-py: Stabilize 15.1.0 ALLARCHES, #773796 (diff) | |
download | gentoo-826623f42e98cdf1e722ed5ff3ecb451708175f4.tar.gz gentoo-826623f42e98cdf1e722ed5ff3ecb451708175f4.tar.bz2 gentoo-826623f42e98cdf1e722ed5ff3ecb451708175f4.zip |
dev-python/pyelftools: Stabilize 0.27 ALLARCHES, #773820
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyelftools')
-rw-r--r-- | dev-python/pyelftools/pyelftools-0.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyelftools/pyelftools-0.27.ebuild b/dev-python/pyelftools/pyelftools-0.27.ebuild index 0d1bfc498446..7106d8ff4099 100644 --- a/dev-python/pyelftools/pyelftools-0.27.ebuild +++ b/dev-python/pyelftools/pyelftools-0.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/eliben/pyelftools/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="examples" python_test() { |