Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/
Date: Fri, 28 Jun 2019 12:54:28
Message-Id: 1561726452.405d2af4770099da2afb1a5dee92919281b6f781.ago@gentoo
1 commit: 405d2af4770099da2afb1a5dee92919281b6f781
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 28 12:54:12 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 28 12:54:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405d2af4
7
8 media-libs/zimg: alpha stable wrt bug #688808
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 RepoMan-Options: --include-arches="alpha"
13
14 media-libs/zimg/zimg-2.8.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/zimg/zimg-2.8.ebuild b/media-libs/zimg/zimg-2.8.ebuild
18 index 217eb10a0de..47645eeebed 100644
19 --- a/media-libs/zimg/zimg-2.8.ebuild
20 +++ b/media-libs/zimg/zimg-2.8.ebuild
21 @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]] ; then
22 inherit git-r3
23 else
24 SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
26 + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
27 S="${WORKDIR}/${PN}-release-${PV}/"
28 fi
29 inherit autotools multilib-minimal