app-portage/diffmask: Strip conditionals from -9999
authorMichał Górny <mgorny@gentoo.org>
Wed, 16 May 2018 19:06:49 +0000 (21:06 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 16 May 2018 19:11:03 +0000 (21:11 +0200)
app-portage/diffmask/diffmask-9999.ebuild

index 3b906ae054efff43a4c13c4c0d41885b610b1e6e..98a07f61cfe9a6bbf268cd4ab38378c888f01733 100644 (file)
@@ -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