diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:23:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:23:12 +0200 |
commit | cde60ca4fdf13d2b97f7218f7a4afa432c8967e0 (patch) | |
tree | fd646130d582b5b3c1120f2236d29428336b2f12 /dev-python/python-gflags | |
parent | dev-python/pyrsistent: Sort KEYWORDS (diff) | |
download | gentoo-cde60ca4fdf13d2b97f7218f7a4afa432c8967e0.tar.gz gentoo-cde60ca4fdf13d2b97f7218f7a4afa432c8967e0.tar.bz2 gentoo-cde60ca4fdf13d2b97f7218f7a4afa432c8967e0.zip |
dev-python/python-gflags: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r-- | dev-python/python-gflags/python-gflags-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-gflags/python-gflags-3.1.1.ebuild b/dev-python/python-gflags/python-gflags-3.1.1.ebuild index 476bc2824667..b227f6d1ecb7 100644 --- a/dev-python/python-gflags/python-gflags-3.1.1.ebuild +++ b/dev-python/python-gflags/python-gflags-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~sparc ~s390 ~sh x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" RDEPEND=" dev-python/six[${PYTHON_USEDEP}]" |