From 245cc5106ac760d8d2fcf699457ce06892fb0f67 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 16 May 2018 21:06:49 +0200 Subject: app-portage/diffmask: Strip conditionals from -9999 --- app-portage/diffmask/diffmask-9999.ebuild | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index 3b906ae054ef..98a07f61cfe9 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-9999.ebuild @@ -4,20 +4,16 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) -inherit distutils-r1 - -#if LIVE -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" -inherit git-r3 -#endif +inherit distutils-r1 git-r3 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks" HOMEPAGE="https://bitbucket.org/mgorny/diffmask/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +SRC_URI="" +EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd" +KEYWORDS="" IUSE="" RDEPEND=" @@ -25,8 +21,3 @@ RDEPEND=" sys-apps/portage[${PYTHON_USEDEP}] sys-apps/portage-mgorny[${PYTHON_USEDEP}] )" -#if LIVE - -KEYWORDS= -SRC_URI= -#endif -- cgit v1.2.3-65-gdbad