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 2559A138334 for ; Thu, 5 Jul 2018 21:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 517D6E0A5E; Thu, 5 Jul 2018 21:54:08 +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 2677BE0A5E for ; Thu, 5 Jul 2018 21:54:07 +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 EC09E335C71 for ; Thu, 5 Jul 2018 21:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA11A2E2 for ; Thu, 5 Jul 2018 21:54:04 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1530827609.8cda63daf1aa4c73481efbb063d7339806c864c2.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cloc/cloc-1.76-r1.ebuild dev-util/cloc/cloc-1.76.ebuild X-VCS-Directories: dev-util/cloc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 8cda63daf1aa4c73481efbb063d7339806c864c2 X-VCS-Branch: master Date: Thu, 5 Jul 2018 21:54:04 +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: 49ae722e-3ac2-4a23-9448-7d80af1391c3 X-Archives-Hash: d338b2e006dcdcbbc50e207138b6efe0 commit: 8cda63daf1aa4c73481efbb063d7339806c864c2 Author: Matthias Maier gentoo org> AuthorDate: Thu Jul 5 21:37:21 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Jul 5 21:53:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cda63da dev-util/cloc: add missing dependency, drop keywords Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-util/cloc/{cloc-1.76.ebuild => cloc-1.76-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-util/cloc/cloc-1.76.ebuild b/dev-util/cloc/cloc-1.76-r1.ebuild similarity index 83% rename from dev-util/cloc/cloc-1.76.ebuild rename to dev-util/cloc/cloc-1.76-r1.ebuild index 5fc8eb40d88..70dda680961 100644 --- a/dev-util/cloc/cloc-1.76.ebuild +++ b/dev-util/cloc/cloc-1.76-r1.ebuild @@ -9,16 +9,17 @@ SRC_URI="https://github.com/AlDanial/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" DEPEND="dev-lang/perl" RDEPEND="${DEPEND} dev-perl/Algorithm-Diff + dev-perl/Parallel-ForkManager dev-perl/Regexp-Common virtual/perl-Digest-MD5 - virtual/perl-Getopt-Long virtual/perl-File-Spec - virtual/perl-File-Temp" + virtual/perl-File-Temp + virtual/perl-Getopt-Long" src_compile() { pod2man "Unix/${PN}.1.pod" > "${PN}.1" || die