diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-05 21:47:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-05 21:54:51 +0300 |
commit | 3ea5b3a2814b6b32a48886a7ca8846d6028f5138 (patch) | |
tree | f55f7b7fda9850aa5345c3c355e5f19ae05e01ec /media-libs/zimg | |
parent | dev-python/toml: amd64 stable wrt bug #704802 (diff) | |
download | gentoo-3ea5b3a2814b6b32a48886a7ca8846d6028f5138.tar.gz gentoo-3ea5b3a2814b6b32a48886a7ca8846d6028f5138.tar.bz2 gentoo-3ea5b3a2814b6b32a48886a7ca8846d6028f5138.zip |
media-libs/zimg: mark stable
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-libs/zimg')
-rw-r--r-- | media-libs/zimg/zimg-2.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/zimg/zimg-2.9.2.ebuild b/media-libs/zimg/zimg-2.9.2.ebuild index 4e92e0eec814..4d0105daf146 100644 --- a/media-libs/zimg/zimg-2.9.2.ebuild +++ b/media-libs/zimg/zimg-2.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]] ; then inherit git-r3 else SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86" S="${WORKDIR}/${PN}-release-${PV}/" fi inherit autotools multilib-minimal |