commit:     bb2138fa6bd96062bed58828efea55c7984fe4b2
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 11:23:26 2020 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 13:20:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2138fa

app-admin/setools: update live ebuild

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 app-admin/setools/setools-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-admin/setools/setools-9999.ebuild 
b/app-admin/setools/setools-9999.ebuild
index f10da5f6d10..88bea390204 100644
--- a/app-admin/setools/setools-9999.ebuild
+++ b/app-admin/setools/setools-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/SELinuxProject/setools.git";
 else
-       SRC_URI="https://github.com/SELinuxProject/setools/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+       
SRC_URI="https://github.com/SELinuxProject/setools/releases/download/${PV}/${P}.tar.bz2";
        KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
@@ -21,6 +21,7 @@ LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 IUSE="X test"
 RESTRICT="!test? ( test )"
+S="${WORKDIR}/${PN}"
 
 RDEPEND="${PYTHON_DEPS}
        >=dev-python/networkx-2.0[${PYTHON_USEDEP}]
@@ -41,7 +42,7 @@ python_prepare_all() {
        sed -i "s@^lib_dirs = .*@lib_dirs = ['${ROOT:-/}usr/$(get_libdir)']@" 
"${S}"/setup.py || \
                die "failed to set lib_dirs"
 
-       use X || local PATCHES=( "${FILESDIR}"/setools-4.2.0-remove-gui.patch )
+       use X || local PATCHES=( "${FILESDIR}"/setools-4.2.2-remove-gui.patch )
        distutils-r1_python_prepare_all
 }
 

Reply via email to