diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-10-16 06:34:01 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-10-16 06:34:01 +0000 |
commit | 872b51d0eac057d405a8a9d3578c83288e0cc175 (patch) | |
tree | 342c24e4b691a63d407f17ed37aedd7ca735900e /dev-util/astyle | |
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')
-rw-r--r-- | dev-util/astyle/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/astyle/astyle-1.22.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/astyle/ChangeLog b/dev-util/astyle/ChangeLog index 219fd81731b1..bd7a14be0c57 100644 --- a/dev-util/astyle/ChangeLog +++ b/dev-util/astyle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/astyle # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.27 2008/10/16 06:02:44 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.28 2008/10/16 06:34:01 zmedico Exp $ + + 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. 28 Sep 2008; Steve Arnold <nerdboy@gentoo.org> astyle-1.22.ebuild, +filers/astyle-1.22-Makefile.patch, -files/astyle-1.22-strip.patch: @@ -39,7 +43,7 @@ Dropped ppc-macos keyword, see you in prefix 14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> astyle-1.21.ebuild: - Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.27 2008/10/16 06:02:44 nerdboy Exp $ string. + Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.28 2008/10/16 06:34:01 zmedico Exp $ string. *astyle-1.21 (07 Oct 2007) 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 |