diff options
author | 2012-05-18 10:26:26 -0700 | |
---|---|---|
committer | 2012-05-18 10:26:26 -0700 | |
commit | 62c20953bfe3565e26835f2459dee52c3d552fa9 (patch) | |
tree | 82a134b4a0fe1afad2aef48a10bd7defbd04f753 /dev-java/jogl | |
parent | sci-astronomy/starlink-bin: Initial import (diff) | |
download | sci-62c20953bfe3565e26835f2459dee52c3d552fa9.tar.gz sci-62c20953bfe3565e26835f2459dee52c3d552fa9.tar.bz2 sci-62c20953bfe3565e26835f2459dee52c3d552fa9.zip |
Fix repoman warning about position off EAPI
(Portage version: 2.2.0_alpha107/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'dev-java/jogl')
-rw-r--r-- | dev-java/jogl/ChangeLog | 3 | ||||
-rw-r--r-- | dev-java/jogl/jogl-1.1.1.ebuild | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/dev-java/jogl/ChangeLog b/dev-java/jogl/ChangeLog index 6c7c72057..b451193f8 100644 --- a/dev-java/jogl/ChangeLog +++ b/dev-java/jogl/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 May 2012; Christoph Junghans <ottxor@gentoo.org> jogl-1.1.1.ebuild: + Fix repoman warning about position off EAPI + *jogl-1.1.1 (14 May 2012) 14 May 2012; Sébastien Fabbro <bicatali@gentoo.org> diff --git a/dev-java/jogl/jogl-1.1.1.ebuild b/dev-java/jogl/jogl-1.1.1.ebuild index 48daa8987..7746a3c40 100644 --- a/dev-java/jogl/jogl-1.1.1.ebuild +++ b/dev-java/jogl/jogl-1.1.1.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI="2" WANT_ANT_TASKS="ant-antlr" JAVA_PKG_IUSE="cg source doc" -EAPI="2" inherit java-pkg-2 java-ant-2 |