diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 18:51:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 18:51:11 +0000 |
commit | 52c320d603289a5c65f88a3bc7872fb0e09ababd (patch) | |
tree | 00724ab65647ba396b15e77f857c441442060884 /dev-java/lzmajio | |
parent | Version bump. Fix older stable to be buildable by ghc-7.2+ (bug #411877 by Le... (diff) | |
download | gentoo-2-52c320d603289a5c65f88a3bc7872fb0e09ababd.tar.gz gentoo-2-52c320d603289a5c65f88a3bc7872fb0e09ababd.tar.bz2 gentoo-2-52c320d603289a5c65f88a3bc7872fb0e09ababd.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/lzmajio')
-rw-r--r-- | dev-java/lzmajio/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/lzmajio/lzmajio-0.94.ebuild | 6 | ||||
-rw-r--r-- | dev-java/lzmajio/lzmajio-0.95.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-java/lzmajio/ChangeLog b/dev-java/lzmajio/ChangeLog index c7c5936645f6..97381c09132a 100644 --- a/dev-java/lzmajio/ChangeLog +++ b/dev-java/lzmajio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/lzmajio -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/ChangeLog,v 1.5 2011/12/23 12:47:00 tommy Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/ChangeLog,v 1.6 2012/04/13 18:51:11 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> lzmajio-0.94.ebuild, + lzmajio-0.95.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. *lzmajio-0.95 (23 Dec 2011) diff --git a/dev-java/lzmajio/lzmajio-0.94.ebuild b/dev-java/lzmajio/lzmajio-0.94.ebuild index 35275dab9eff..f7c2e45a8b9b 100644 --- a/dev-java/lzmajio/lzmajio-0.94.ebuild +++ b/dev-java/lzmajio/lzmajio-0.94.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/lzmajio/lzmajio-0.94.ebuild,v 1.3 2009/03/09 22:36:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/lzmajio-0.94.ebuild,v 1.4 2012/04/13 18:51:11 ulm Exp $ -JAVA_PKG_IUSE="doc source" EAPI=2 +JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/lzmajio/lzmajio-0.95.ebuild b/dev-java/lzmajio/lzmajio-0.95.ebuild index d765532c2f73..610cf35a6f94 100644 --- a/dev-java/lzmajio/lzmajio-0.95.ebuild +++ b/dev-java/lzmajio/lzmajio-0.95.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 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/lzmajio/lzmajio-0.95.ebuild,v 1.1 2011/12/23 12:47:00 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/lzmajio/lzmajio-0.95.ebuild,v 1.2 2012/04/13 18:51:11 ulm Exp $ -JAVA_PKG_IUSE="doc source" EAPI=2 +JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 |