aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-03 09:18:56 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-03 09:23:21 +0100
commit6593933b9a94b1dac82ca21effec12cc252bd92b (patch)
treeeee2fa9dd9068f6bfc67f26cadafa450c72ace6f
parentsci-biology/caftools: EAPI bump (diff)
downloadsci-6593933b9a94b1dac82ca21effec12cc252bd92b.tar.gz
sci-6593933b9a94b1dac82ca21effec12cc252bd92b.tar.bz2
sci-6593933b9a94b1dac82ca21effec12cc252bd92b.zip
sci-biology/staden_doc: add keywords
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild b/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild
index ab95f08b6..5a70701b0 100644
--- a/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild
+++ b/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild
@@ -9,9 +9,10 @@ SRC_URI="https://sourceforge.net/projects/staden/files/staden/${PV/_beta/b}/stad
LICENSE="staden"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
-DEPEND="dev-lang/perl
+DEPEND="
+ dev-lang/perl
app-text/texlive
app-text/texi2html"
BDEPEND="app-editors/emacs"
@@ -23,18 +24,19 @@ S="${WORKDIR}"/staden_doc-${PV/_beta/b}-src
# texi2html -menu -verbose -split_chapter -index_chars interface.htmlinfo
# Unknown option: index_char
# src_prepare(){
+# default
# # avoid running bundled texi2html code
# sed -e "s#./tools/texi2html#texi2html#" -i manual/Makefile || die
# }
src_compile(){
cd manual || die
- make -j 1 spotless || die
+ emake -j1 spotless || die
cd .. || die
- emake -j 1 unix PAPER=A4
+ emake -j1 unix PAPER=A4
}
src_install(){
- emake -j 1 install prefix="${D}"/usr
+ emake -j1 install prefix="${D}"/usr
dodoc gkb547_gml.pdf
}