mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user