dev-util/cloc: add missing dependency, drop keywords

Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
Matthias Maier
2018-07-05 16:37:21 -05:00
parent f865c0f99d
commit 8cda63daf1

View File

@@ -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