diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-11-19 21:42:11 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-11-19 22:14:57 +0100 |
commit | aef163fed04fbeb2cbafed32626587b1f115c5a0 (patch) | |
tree | d4aa1ecbf5053adef1e99a6d9f74cd80a659a148 /dev-python/pretend | |
parent | dev-python/pytest: marked ~*-solaris (diff) | |
download | gentoo-aef163fed04fbeb2cbafed32626587b1f115c5a0.tar.gz gentoo-aef163fed04fbeb2cbafed32626587b1f115c5a0.tar.bz2 gentoo-aef163fed04fbeb2cbafed32626587b1f115c5a0.zip |
dev-python/pretend: 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/pretend')
-rw-r--r-- | dev-python/pretend/pretend-1.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pretend/pretend-1.0.9.ebuild b/dev-python/pretend/pretend-1.0.9.ebuild index 84719ff95e54..a2c3b75b0c81 100644 --- a/dev-python/pretend/pretend-1.0.9.ebuild +++ b/dev-python/pretend/pretend-1.0.9.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=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/alex/pretend/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" DEPEND=" |