diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:53:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:53:06 +0200 |
commit | 3f28754c2e6c5c68b9de02d5d890c1b039bf2ff1 (patch) | |
tree | ccaed182e814b328ae16c3185c4abacc411ac744 /net-analyzer | |
parent | net-analyzer/gvm: Inherit optfeature.eclass (diff) | |
download | gentoo-3f28754c2e6c5c68b9de02d5d890c1b039bf2ff1.tar.gz gentoo-3f28754c2e6c5c68b9de02d5d890c1b039bf2ff1.tar.bz2 gentoo-3f28754c2e6c5c68b9de02d5d890c1b039bf2ff1.zip |
net-analyzer/linkchecker: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-10.0.0_pre20200729.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-10.0.0_pre20200729.ebuild b/net-analyzer/linkchecker/linkchecker-10.0.0_pre20200729.ebuild index 0eecf32e4cd4..763f34dc20d5 100644 --- a/net-analyzer/linkchecker/linkchecker-10.0.0_pre20200729.ebuild +++ b/net-analyzer/linkchecker/linkchecker-10.0.0_pre20200729.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="sqlite?" -inherit bash-completion-r1 distutils-r1 eutils +inherit bash-completion-r1 distutils-r1 optfeature DESCRIPTION="Check websites for broken links" HOMEPAGE="https://github.com/linkcheck/linkchecker" diff --git a/net-analyzer/linkchecker/linkchecker-9.4.0-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.4.0-r1.ebuild index a18fd0556c92..37d4981c5243 100644 --- a/net-analyzer/linkchecker/linkchecker-9.4.0-r1.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite?" -inherit bash-completion-r1 distutils-r1 eutils +inherit bash-completion-r1 distutils-r1 optfeature DESCRIPTION="Check websites for broken links" HOMEPAGE="https://github.com/linkcheck/linkchecker" diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild index b1b371fb4989..a476b327ae96 100644 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="sqlite?" -inherit bash-completion-r1 distutils-r1 eutils +inherit bash-completion-r1 distutils-r1 optfeature DESCRIPTION="Check websites for broken links" HOMEPAGE="https://github.com/linkcheck/linkchecker" |