Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/
Date: Thu, 18 Jul 2019 11:33:27
Message-Id: 1563449563.967bba2b035cbd7849e493ec3860afea35450ae0.ago@gentoo
1 commit: 967bba2b035cbd7849e493ec3860afea35450ae0
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 18 11:32:43 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 18 11:32:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967bba2b
7
8 x11-base/xorg-proto: ppc64 stable wrt bug #689510
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="ppc64"
13
14 x11-base/xorg-proto/xorg-proto-2019.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-base/xorg-proto/xorg-proto-2019.1.ebuild b/x11-base/xorg-proto/xorg-proto-2019.1.ebuild
18 index 91b8d00fddf..7d5c389add7 100644
19 --- a/x11-base/xorg-proto/xorg-proto-2019.1.ebuild
20 +++ b/x11-base/xorg-proto/xorg-proto-2019.1.ebuild
21 @@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
22 if [[ ${PV} = 9999* ]]; then
23 SRC_URI=""
24 else
25 - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 s390 sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
26 + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
27 SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz"
28 S="${WORKDIR}/${MY_P}"
29 fi