diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2015-02-22 16:00:51 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2015-02-22 16:00:51 +0000 |
commit | 7f858d1cfa2dc0f6a23610ae4a0e1242e078f3ee (patch) | |
tree | e395c2e94ba4bcb400ef9da87921823a052bcf9b /dev-db/jxtray/jxtray-0.5-r4.ebuild | |
parent | Update owner and permissions in /var only if necessary. (diff) | |
download | gentoo-2-7f858d1cfa2dc0f6a23610ae4a0e1242e078f3ee.tar.gz gentoo-2-7f858d1cfa2dc0f6a23610ae4a0e1242e078f3ee.tar.bz2 gentoo-2-7f858d1cfa2dc0f6a23610ae4a0e1242e078f3ee.zip |
dev-db/jxtray: switched to eapi 5 (bug #540810)
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key CFE47E2F)
Diffstat (limited to 'dev-db/jxtray/jxtray-0.5-r4.ebuild')
-rw-r--r-- | dev-db/jxtray/jxtray-0.5-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/jxtray/jxtray-0.5-r4.ebuild b/dev-db/jxtray/jxtray-0.5-r4.ebuild index f3f73cbb6029..224d21469f90 100644 --- a/dev-db/jxtray/jxtray-0.5-r4.ebuild +++ b/dev-db/jxtray/jxtray-0.5-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/jxtray/jxtray-0.5-r4.ebuild,v 1.10 2011/08/07 11:58:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/jxtray/jxtray-0.5-r4.ebuild,v 1.11 2015/02/22 16:00:51 fordfrog Exp $ -EAPI="1" +EAPI=5 inherit java-pkg-2 java-ant-2 DESCRIPTION="Java based Database Explorer" |