diff options
author | 2008-10-16 06:34:01 +0000 | |
---|---|---|
committer | 2008-10-16 06:34:01 +0000 | |
commit | 872b51d0eac057d405a8a9d3578c83288e0cc175 (patch) | |
tree | 342c24e4b691a63d407f17ed37aedd7ca735900e /dev-util/astyle/astyle-1.22.ebuild | |
parent | fixed quoting - see bug #241670 (diff) | |
download | gentoo-2-872b51d0eac057d405a8a9d3578c83288e0cc175.tar.gz gentoo-2-872b51d0eac057d405a8a9d3578c83288e0cc175.tar.bz2 gentoo-2-872b51d0eac057d405a8a9d3578c83288e0cc175.zip |
16 Oct 2008; Zac Medico <zmedico@gentoo.org> astyle-1.22.ebuild:
Remove java-pkg-2 from inherit and just use java-pkg-opt-2 since java
support is optional in this package.
(Portage version: 2.2_rc12_p11692/cvs/Linux 2.6.26-1015-x86-64 i686)
Diffstat (limited to 'dev-util/astyle/astyle-1.22.ebuild')
-rw-r--r-- | dev-util/astyle/astyle-1.22.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/astyle/astyle-1.22.ebuild b/dev-util/astyle/astyle-1.22.ebuild index f451e6b91fe2..c24e9ead9c00 100644 --- a/dev-util/astyle/astyle-1.22.ebuild +++ b/dev-util/astyle/astyle-1.22.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.4 2008/10/16 06:02:44 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.5 2008/10/16 06:34:01 zmedico Exp $ -inherit eutils java-pkg-2 java-pkg-opt-2 toolchain-funcs +inherit eutils java-pkg-opt-2 toolchain-funcs DESCRIPTION="Artistic Style is a reindenter and reformatter of C++, C and Java source code" HOMEPAGE="http://astyle.sourceforge.net/" @@ -22,7 +22,7 @@ S=${WORKDIR}/${PN} pkg_setup() { if use java ; then - java-pkg-2_pkg_setup + java-pkg-opt-2_pkg_setup if use x86; then jvmarch=i386 |