diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-11-19 21:19:12 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-11-19 22:14:55 +0100 |
commit | 633a8e651c82c26fd958c543fd1413807aba88b8 (patch) | |
tree | 1a8ddb0cb13388765ed400ba345a0ffd0eb287bf /dev-python | |
parent | dev-python/py: marked ~*-solaris (diff) | |
download | gentoo-633a8e651c82c26fd958c543fd1413807aba88b8.tar.gz gentoo-633a8e651c82c26fd958c543fd1413807aba88b8.tar.bz2 gentoo-633a8e651c82c26fd958c543fd1413807aba88b8.zip |
dev-python/pluggy: marked ~*-solaris
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pluggy/pluggy-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pluggy/pluggy-0.7.1.ebuild b/dev-python/pluggy/pluggy-0.7.1.ebuild index 06c83013c2f3..2ccc546cb187 100644 --- a/dev-python/pluggy/pluggy-0.7.1.ebuild +++ b/dev-python/pluggy/pluggy-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="" |