diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-03-04 09:01:44 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-03-04 09:01:44 +0100 |
commit | a759f4b2acb60bf3ee35524c46e26898e1500bc3 (patch) | |
tree | 211171935cda2628722c79ce56f2ca8600d11726 /dev-python/whisper | |
parent | dev-python/carbon-1.1.7: version bump, drop x64-solaris (diff) | |
download | gentoo-a759f4b2acb60bf3ee35524c46e26898e1500bc3.tar.gz gentoo-a759f4b2acb60bf3ee35524c46e26898e1500bc3.tar.bz2 gentoo-a759f4b2acb60bf3ee35524c46e26898e1500bc3.zip |
dev-python/whisper: drop ~x64-solaris
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-python/whisper')
-rw-r--r-- | dev-python/whisper/whisper-1.1.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/whisper/whisper-1.1.7.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/whisper/whisper-1.1.5.ebuild b/dev-python/whisper/whisper-1.1.5.ebuild index f069fad70b1b..458aeab983c1 100644 --- a/dev-python/whisper/whisper-1.1.5.ebuild +++ b/dev-python/whisper/whisper-1.1.5.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 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/graphite-project/whisper" SRC_URI="https://github.com/graphite-project/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86 ~x64-solaris" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-python/whisper/whisper-1.1.7.ebuild b/dev-python/whisper/whisper-1.1.7.ebuild index bec14f60743d..ad3271e64c22 100644 --- a/dev-python/whisper/whisper-1.1.7.ebuild +++ b/dev-python/whisper/whisper-1.1.7.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/graphite-project/whisper" SRC_URI="https://github.com/graphite-project/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86 ~x64-solaris" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" |