summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2016-03-13 20:09:00 +0100
committerSven Vermeulen <swift@gentoo.org>2016-03-13 20:46:44 +0100
commit4e2ab807ff37172eeca587b239a3a69f9fa3680d (patch)
tree82ae43ec0a7b0e83f20aacd219176ce282e03040 /dev-python/sepolgen/sepolgen-9999.ebuild
parentsys-apps/checkpolicy: Bump to 2.5 release (diff)
downloadgentoo-4e2ab807ff37172eeca587b239a3a69f9fa3680d.tar.gz
gentoo-4e2ab807ff37172eeca587b239a3a69f9fa3680d.tar.bz2
gentoo-4e2ab807ff37172eeca587b239a3a69f9fa3680d.zip
dev-python/sepolgen: Bump to 2.5 (1.2.3) release
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/sepolgen/sepolgen-9999.ebuild')
-rw-r--r--dev-python/sepolgen/sepolgen-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/sepolgen/sepolgen-9999.ebuild b/dev-python/sepolgen/sepolgen-9999.ebuild
index a6d6b6cea91c..c2d2c0a0c6b3 100644
--- a/dev-python/sepolgen/sepolgen-9999.ebuild
+++ b/dev-python/sepolgen/sepolgen-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit python-r1 eutils
MY_P="${P//_/-}"
-MY_RELEASEDATE="20150202"
+MY_RELEASEDATE="20160223"
DESCRIPTION="SELinux policy generation library"
HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
@@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git"
S="${WORKDIR}/${MY_P}/${PN}"
else
- SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${MY_P}.tar.gz"
+ SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
S="${WORKDIR}/${MY_P}"
fi
@@ -27,7 +27,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
-DEPEND=">=sys-libs/libselinux-2.0[python]
+DEPEND=">=sys-libs/libselinux-2.4[python]
app-admin/setools[python(+)]
${PYTHON_DEPS}"
RDEPEND="${DEPEND}"