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-apps/selinux-python/
Date: Sat, 17 Aug 2019 10:09:32
Message-Id: 1566034496.862451b3d643adf3e368cc94053b6e4c7f0f9366.perfinion@gentoo
1 commit: 862451b3d643adf3e368cc94053b6e4c7f0f9366
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 09:34:56 2019 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 09:34:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862451b3
7
8 sys-apps/selinux-python: stable
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 sys-apps/selinux-python/selinux-python-2.8-r1.ebuild | 4 ++--
14 sys-apps/selinux-python/selinux-python-2.9.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/selinux-python/selinux-python-2.8-r1.ebuild b/sys-apps/selinux-python/selinux-python-2.8-r1.ebuild
18 index af8f4d4296f..76d7035f05a 100644
19 --- a/sys-apps/selinux-python/selinux-python-2.8-r1.ebuild
20 +++ b/sys-apps/selinux-python/selinux-python-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 @@ -26,7 +26,7 @@ if [[ ${PV} == 9999 ]] ; then
28 S="${WORKDIR}/${MY_P}/${PN#selinux-}"
29 else
30 SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz"
31 - KEYWORDS="~amd64 ~arm64 ~mips ~x86"
32 + KEYWORDS="amd64 ~arm64 ~mips x86"
33 S="${WORKDIR}/${MY_P}"
34 fi
35
36
37 diff --git a/sys-apps/selinux-python/selinux-python-2.9.ebuild b/sys-apps/selinux-python/selinux-python-2.9.ebuild
38 index eb75834f5ef..925ab20f61a 100644
39 --- a/sys-apps/selinux-python/selinux-python-2.9.ebuild
40 +++ b/sys-apps/selinux-python/selinux-python-2.9.ebuild
41 @@ -26,7 +26,7 @@ if [[ ${PV} == 9999 ]] ; then
42 S="${WORKDIR}/${MY_P}/${PN#selinux-}"
43 else
44 SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz"
45 - KEYWORDS="~amd64 ~arm64 ~mips ~x86"
46 + KEYWORDS="amd64 ~arm64 ~mips x86"
47 S="${WORKDIR}/${MY_P}"
48 fi