diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:33:55 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:33:55 +0000 |
commit | 261fa0dfa20f92845e4fd7bd9216c3dd0d4abc33 (patch) | |
tree | 05950f95f7e94dcdea209848b4a2d39456e00563 /media-tv | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-261fa0dfa20f92845e4fd7bd9216c3dd0d4abc33.tar.gz gentoo-2-261fa0dfa20f92845e4fd7bd9216c3dd0d4abc33.tar.bz2 gentoo-2-261fa0dfa20f92845e4fd7bd9216c3dd0d4abc33.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/tvbrowser/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/tvbrowser/tvbrowser-3.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-tv/tvbrowser/ChangeLog b/media-tv/tvbrowser/ChangeLog index 20547327875a..549ff5147682 100644 --- a/media-tv/tvbrowser/ChangeLog +++ b/media-tv/tvbrowser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/tvbrowser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.33 2012/02/07 23:09:36 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.34 2012/04/13 19:33:55 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> tvbrowser-3.1.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. *tvbrowser-3.1 (07 Feb 2012) diff --git a/media-tv/tvbrowser/tvbrowser-3.1.ebuild b/media-tv/tvbrowser/tvbrowser-3.1.ebuild index 375649343ff0..136a3fa25301 100644 --- a/media-tv/tvbrowser/tvbrowser-3.1.ebuild +++ b/media-tv/tvbrowser/tvbrowser-3.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.1.ebuild,v 1.2 2012/02/08 05:23:07 mr_bones_ Exp $ - -JAVA_PKG_IUSE="doc source test" +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.1.ebuild,v 1.3 2012/04/13 19:33:55 ulm Exp $ EAPI=4 +JAVA_PKG_IUSE="doc source test" inherit eutils java-pkg-2 java-ant-2 flag-o-matic |