summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-16 21:06:49 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-16 21:11:03 +0200
commit245cc5106ac760d8d2fcf699457ce06892fb0f67 (patch)
treec1d1280f0c58fef99a62855cef97903d6b05616f
parentsys-apps/uam: Bump to EAPI 6 (diff)
downloadgentoo-245cc5106ac760d8d2fcf699457ce06892fb0f67.tar.gz
gentoo-245cc5106ac760d8d2fcf699457ce06892fb0f67.tar.bz2
gentoo-245cc5106ac760d8d2fcf699457ce06892fb0f67.zip
app-portage/diffmask: Strip conditionals from -9999
-rw-r--r--app-portage/diffmask/diffmask-9999.ebuild17
1 files 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