Skip to content

Commit

Permalink
dev-util/cloc: add missing dependency, drop keywords
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.41, Repoman-2.3.9
  • Loading branch information
tamiko committed Jul 5, 2018
1 parent f865c0f commit 8cda63d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cda63d

Please sign in to comment.