diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2011-08-07 13:18:16 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2011-08-07 13:18:16 +0000 |
commit | 3478fc2b8d62eefa6874c287814e38400435c29b (patch) | |
tree | 581189b5406bacad9572cbcab62a603c5ff928b4 /media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild | |
parent | Fix init script, bug #353620, by Alan Swanson <swanson at ukfsn dot org> and ... (diff) | |
download | gentoo-2-3478fc2b8d62eefa6874c287814e38400435c29b.tar.gz gentoo-2-3478fc2b8d62eefa6874c287814e38400435c29b.tar.bz2 gentoo-2-3478fc2b8d62eefa6874c287814e38400435c29b.zip |
Switch to EAPI 4.
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild')
-rw-r--r-- | media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild b/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild index 24f2ac577284..a144e438d893 100644 --- a/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild +++ b/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild,v 1.5 2011/06/07 19:40:39 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild,v 1.6 2011/08/07 13:18:16 billie Exp $ -EAPI="2" +EAPI=4 -JAVA_PKG_IUSE="source" +JAVA_PKG_IUSE=source inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Editor for VDR channels.conf" |