diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:54:08 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:54:08 +0200 |
commit | f4efda3db37a38bfe9722f0a237080a152d37fe1 (patch) | |
tree | 44d2b4f3703f5f8de16fe5d3e176d884c6851a7a /sys-cluster | |
parent | sys-boot/grub: Inherit optfeature.eclass (diff) | |
download | gentoo-f4efda3db37a38bfe9722f0a237080a152d37fe1.tar.gz gentoo-f4efda3db37a38bfe9722f0a237080a152d37fe1.tar.bz2 gentoo-f4efda3db37a38bfe9722f0a237080a152d37fe1.zip |
sys-cluster/charliecloud: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-0.15.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-0.16.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/charliecloud/charliecloud-0.15.ebuild b/sys-cluster/charliecloud/charliecloud-0.15.ebuild index b56fa3f93688..d1d834d0655c 100644 --- a/sys-cluster/charliecloud/charliecloud-0.15.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.15.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit autotools eutils python-single-r1 +inherit autotools optfeature python-single-r1 if [[ ${PV} == "9999" ]] ; then inherit git-r3 diff --git a/sys-cluster/charliecloud/charliecloud-0.16.ebuild b/sys-cluster/charliecloud/charliecloud-0.16.ebuild index b56fa3f93688..d1d834d0655c 100644 --- a/sys-cluster/charliecloud/charliecloud-0.16.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.16.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit autotools eutils python-single-r1 +inherit autotools optfeature python-single-r1 if [[ ${PV} == "9999" ]] ; then inherit git-r3 diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index b56fa3f93688..d1d834d0655c 100644 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit autotools eutils python-single-r1 +inherit autotools optfeature python-single-r1 if [[ ${PV} == "9999" ]] ; then inherit git-r3 |