summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-12 13:41:04 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-12 13:41:04 +0000
commit6a7a749b4ddc193949e01cdef4e47b8ef2752d63 (patch)
tree4face3689cf1f761a7555ec1d5ccde094f9942cb
parentstable amd64 (diff)
downloadgentoo-2-6a7a749b4ddc193949e01cdef4e47b8ef2752d63.tar.gz
gentoo-2-6a7a749b4ddc193949e01cdef4e47b8ef2752d63.tar.bz2
gentoo-2-6a7a749b4ddc193949e01cdef4e47b8ef2752d63.zip
Style fixes
(Portage version: 2.0.51.22-r1)
-rw-r--r--dev-java/gnu-activation/ChangeLog5
-rw-r--r--dev-java/gnu-activation/gnu-activation-1.0.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-java/gnu-activation/ChangeLog b/dev-java/gnu-activation/ChangeLog
index 202ff3d95c7e..780caa4faa93 100644
--- a/dev-java/gnu-activation/ChangeLog
+++ b/dev-java/gnu-activation/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/gnu-activation
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-activation/ChangeLog,v 1.10 2005/04/22 08:27:22 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-activation/ChangeLog,v 1.11 2005/07/12 13:41:04 axxo Exp $
+
+ 12 Jul 2005; Thomas Matthijs <axxo@gentoo.org> gnu-activation-1.0.ebuild:
+ Style fixes
22 Apr 2005; Simon Stelling <blubb@gentoo.org> gnu-activation-1.0.ebuild:
stable on amd64
diff --git a/dev-java/gnu-activation/gnu-activation-1.0.ebuild b/dev-java/gnu-activation/gnu-activation-1.0.ebuild
index 40ab69057cc5..5e47d0920a75 100644
--- a/dev-java/gnu-activation/gnu-activation-1.0.ebuild
+++ b/dev-java/gnu-activation/gnu-activation-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-activation/gnu-activation-1.0.ebuild,v 1.3 2005/04/22 08:27:22 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-activation/gnu-activation-1.0.ebuild,v 1.4 2005/07/12 13:41:04 axxo Exp $
inherit java-pkg
@@ -17,10 +17,9 @@ S=${WORKDIR}/activation-${PV}
src_compile() {
econf || die
- # package fails in parallel builds
- MAKEOPTS="-j1" emake || die
+ emake -j1 || die
if use doc ; then
- MAKEOPTS="-j1" emake javadoc || die
+ emake -j1 javadoc || die
fi
}