diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-31 00:16:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-31 00:21:04 +0100 |
commit | 415de512753bd07cac0c391505faaffc0384095a (patch) | |
tree | aabb5aac808a3f61bc3b1bd2960e384203cb8253 /net-analyzer/linkchecker | |
parent | net-analyzer/linkchecker: optfeature to pkg_postinst (diff) | |
download | gentoo-415de512753bd07cac0c391505faaffc0384095a.tar.gz gentoo-415de512753bd07cac0c391505faaffc0384095a.tar.bz2 gentoo-415de512753bd07cac0c391505faaffc0384095a.zip |
net-analyzer/linkchecker: Drop unused multilib.eclass
Package-Manager: Portage-2.3.21, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/linkchecker')
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild index 19003ce32e1e..9fc75eb9efff 100644 --- a/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite?" -inherit bash-completion-r1 distutils-r1 eutils multilib +inherit bash-completion-r1 distutils-r1 eutils 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 bf89b20f35c2..38439a0d7a14 100644 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite?" EGIT_REPO_URI="https://github.com/linkcheck/linkchecker.git" -inherit bash-completion-r1 distutils-r1 eutils git-r3 multilib +inherit bash-completion-r1 distutils-r1 eutils git-r3 DESCRIPTION="Check websites for broken links" HOMEPAGE="https://github.com/linkcheck/linkchecker" |