diff options
-rw-r--r-- | dev-java/istack-commons-runtime/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/istack-commons-runtime/ChangeLog b/dev-java/istack-commons-runtime/ChangeLog index 59786907455d..d00b3491bd23 100644 --- a/dev-java/istack-commons-runtime/ChangeLog +++ b/dev-java/istack-commons-runtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/istack-commons-runtime -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.13 2010/03/20 14:06:59 betelgeuse Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.14 2012/04/13 18:08:40 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> + istack-commons-runtime-20090620-r1.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 20 Mar 2010; Petteri Räty <betelgeuse@gentoo.org> -istack-commons-runtime-20070122.ebuild, diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild index 83d759393326..0648d8a55979 100644 --- a/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild +++ b/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild,v 1.1 2009/10/16 12:56:39 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-20090620-r1.ebuild,v 1.2 2012/04/13 18:08:40 ulm Exp $ -JAVA_PKG_IUSE="source" EAPI=2 +JAVA_PKG_IUSE="source" inherit java-pkg-2 java-ant-2 |