Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libselinux/
Date: Sat, 12 Jan 2019 08:09:44
Message-Id: 1547280550.3efd919e420205787573e26ed2c2599eed964a91.perfinion@gentoo
1 commit: 3efd919e420205787573e26ed2c2599eed964a91
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 12 08:07:52 2019 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 12 08:09:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efd919e
7
8 sys-libs/libselinux: stable amd64, x86 for ruby update
9
10 Bug: https://bugs.gentoo.org/672988
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 sys-libs/libselinux/libselinux-2.8-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-libs/libselinux/libselinux-2.8-r1.ebuild b/sys-libs/libselinux/libselinux-2.8-r1.ebuild
18 index 7ff555999a0..10c723c4704 100644
19 --- a/sys-libs/libselinux/libselinux-2.8-r1.ebuild
20 +++ b/sys-libs/libselinux/libselinux-2.8-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]] ; then
28 S="${WORKDIR}/${MY_P}/${PN}"
29 else
30 SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz"
31 - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
32 + KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
33 S="${WORKDIR}/${MY_P}"
34 fi