diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:25 +0200 |
commit | 806dfdfb912438cee818bbe512dc8270e4c5dd11 (patch) | |
tree | a6f72a61b0d580af270210ea4c79e4a33bcd8a1c /dev-util/pkgcheck | |
parent | dev-python/watchdog: Inherit optfeature.eclass (diff) | |
download | gentoo-806dfdfb912438cee818bbe512dc8270e4c5dd11.tar.gz gentoo-806dfdfb912438cee818bbe512dc8270e4c5dd11.tar.bz2 gentoo-806dfdfb912438cee818bbe512dc8270e4c5dd11.zip |
dev-util/pkgcheck: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.7.7.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild b/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild index be802dc2abb2..840d6dec3bad 100644 --- a/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_IN_SOURCE_BUILD=1 -inherit distutils-r1 eutils +inherit distutils-r1 optfeature if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git" diff --git a/dev-util/pkgcheck/pkgcheck-0.7.7.ebuild b/dev-util/pkgcheck/pkgcheck-0.7.7.ebuild index 19f05125eb14..2ef90f0d26cc 100644 --- a/dev-util/pkgcheck/pkgcheck-0.7.7.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.7.7.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_IN_SOURCE_BUILD=1 -inherit distutils-r1 eutils +inherit distutils-r1 optfeature if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git" diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 19f05125eb14..2ef90f0d26cc 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_IN_SOURCE_BUILD=1 -inherit distutils-r1 eutils +inherit distutils-r1 optfeature if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git" |