selinux: initial arm/arm64/mips support

This commit is contained in:
Mike Frysinger
2016-02-16 22:57:08 -05:00
parent cf4048fc9c
commit 777e295407
20 changed files with 20 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/rel
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
IUSE=""
DEPEND=">=sys-libs/libselinux-2.0[python]

View File

@@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then
S="${WORKDIR}/${MY_P}/${PN}"
else
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
S="${WORKDIR}/${MY_P}"
fi