cewl: ruby target

This commit is contained in:
blshkv 2020-02-18 19:14:01 +08:00
parent 353bfa1626
commit 1970768d80
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -3,7 +3,7 @@
EAPI=6
USE_RUBY="ruby24 ruby25"
USE_RUBY="ruby24 ruby25 ruby26"
inherit ruby-ng
DESCRIPTION="A custom word list generator"
@ -15,7 +15,7 @@ if [ "${PV}" = "9999" ]; then
EGIT_CHECKOUT_DIR="${WORKDIR}/all/CeWL-${PV}"
else
SRC_URI="https://github.com/digininja/CeWL/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64"
fi
LICENSE="GPL-2"