From: Jason Zaman Date: Sat, 15 Feb 2020 11:23:26 +0000 (+0800) Subject: app-admin/setools: update live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bb2138fa6bd96062bed58828efea55c7984fe4b2;p=gentoo.git app-admin/setools: update live ebuild Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason Zaman --- diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index f10da5f6d10a..88bea3902042 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 }