commit:     6593933b9a94b1dac82ca21effec12cc252bd92b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb  3 08:18:56 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Feb  3 08:23:21 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6593933b

sci-biology/staden_doc: add keywords

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild | 12 +++++++-----
 1 file 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
 }

Reply via email to