commit: ee30c1f6a37873431ba64cddf554f52c8011ce42
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 19:09:22 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=ee30c1f6
app-portage/diffmask: Bump to EAPI 7
.../diffmask/{diffmask-9999.ebuild => diffmask-0.3.3-r4.ebuild} | 9 ++++-----
app-portage/diffmask/diffmask-9999.ebuild | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/app-portage/diffmask/diffmask-9999.ebuild
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
similarity index 70%
copy from app-portage/diffmask/diffmask-9999.ebuild
copy to app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index 14151f6b5ab..80b09bc47ee 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -1,19 +1,18 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-inherit distutils-r1 git-r3
+inherit distutils-r1
DESCRIPTION="A utility to maintain package.unmask entries up-to-date with
masks"
HOMEPAGE="https://github.com/mgorny/diffmask/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
+SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
diff --git a/app-portage/diffmask/diffmask-9999.ebuild
b/app-portage/diffmask/diffmask-9999.ebuild
index 14151f6b5ab..8c0f4525f82 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1 git-r3