From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15CB61382C5 for ; Tue, 30 Jan 2018 23:21:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3672DE0AFB; Tue, 30 Jan 2018 23:21:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DD6BE0AFC for ; Tue, 30 Jan 2018 23:21:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB96E335C6C for ; Tue, 30 Jan 2018 23:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A4291D8 for ; Tue, 30 Jan 2018 23:21:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1517354464.415de512753bd07cac0c391505faaffc0384095a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild net-analyzer/linkchecker/linkchecker-9999.ebuild X-VCS-Directories: net-analyzer/linkchecker/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 415de512753bd07cac0c391505faaffc0384095a X-VCS-Branch: master Date: Tue, 30 Jan 2018 23:21:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bbb1bbff-0723-441e-a78e-74cbd3eb2e61 X-Archives-Hash: cceb6d2bb8ef10517a4e0bad19e0bd03 commit: 415de512753bd07cac0c391505faaffc0384095a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 30 23:16:59 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 30 23:21:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415de512 net-analyzer/linkchecker: Drop unused multilib.eclass Package-Manager: Portage-2.3.21, Repoman-2.3.6 net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild | 2 +- 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 19003ce32e1..9fc75eb9eff 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 bf89b20f35c..38439a0d7a1 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"