diff options
author | Jason Zaman <perfinion@gentoo.org> | 2019-11-29 18:09:48 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2019-12-02 22:48:36 +0800 |
commit | a396ebc10ea5b121f7361d12778cf8cbc12838c9 (patch) | |
tree | 9ec514830bf0e37154e9b441e099476fa29b38ba /sys-libs | |
parent | sys-libs/libselinux: update live ebuild (diff) | |
download | gentoo-a396ebc10ea5b121f7361d12778cf8cbc12838c9.tar.gz gentoo-a396ebc10ea5b121f7361d12778cf8cbc12838c9.tar.bz2 gentoo-a396ebc10ea5b121f7361d12778cf8cbc12838c9.zip |
sys-libs/libsemanage: update live ebuild
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libsemanage/libsemanage-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild index 3c459af181c2..11b1b982c9be 100644 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild +++ b/sys-libs/libsemanage/libsemanage-9999.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7,3_8} ) inherit multilib python-r1 toolchain-funcs multilib-minimal MY_P="${P//_/-}" -MY_RELEASEDATE="20190315" +MY_RELEASEDATE="20191122" SEPOL_VER="${PV}" SELNX_VER="${PV}" |