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/libglvnd/
Date: Thu, 05 Mar 2020 11:40:31
Message-Id: 1583408371.7e793af8975dc0bbbe1acc8e6cd5663af0ca2bf1.ago@gentoo
1 commit: 7e793af8975dc0bbbe1acc8e6cd5663af0ca2bf1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 5 11:39:31 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 11:39:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e793af8
7
8 media-libs/libglvnd: amd64 stable wrt bug #711560
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 media-libs/libglvnd/libglvnd-1.3.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/libglvnd/libglvnd-1.3.1.ebuild b/media-libs/libglvnd/libglvnd-1.3.1.ebuild
18 index fc47a2d502c..4a231577776 100644
19 --- a/media-libs/libglvnd/libglvnd-1.3.1.ebuild
20 +++ b/media-libs/libglvnd/libglvnd-1.3.1.ebuild
21 @@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd"
22 if [[ ${PV} = 9999* ]]; then
23 SRC_URI=""
24 else
25 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
26 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
27 SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
28 S=${WORKDIR}/${PN}-v${PV}
29 fi