sys-cluster/genders: use DOCS array

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-03-03 06:08:01 +01:00
parent ed7eb49777
commit 4803affbf0
2 changed files with 4 additions and 2 deletions

View File

@@ -30,6 +30,8 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="cxx java perl python"
DOCS=( README TUTORIAL NEWS )
CDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
@@ -88,7 +90,6 @@ src_compile() {
src_install() {
default
dodoc README TUTORIAL NEWS
if use perl ; then
cd "${S}/src/extensions/perl"

View File

@@ -30,6 +30,8 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="cxx java perl python"
DOCS=( README TUTORIAL NEWS )
CDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
@@ -88,7 +90,6 @@ src_compile() {
src_install() {
default
dodoc README TUTORIAL NEWS
if use perl ; then
cd "${S}/src/extensions/perl"