commit:     245cc5106ac760d8d2fcf699457ce06892fb0f67
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 19:06:49 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 16 19:11:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245cc510

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 3b906ae054e..98a07f61cfe 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

Reply via email to