diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2016-09-26 22:10:24 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2016-09-26 22:10:24 +0300 |
commit | 0d602bb0ea97860119dfd632a7a1b9ecc357efb8 (patch) | |
tree | fbd49f39e7059ec602e5c730b38dbeeab93a6bfb /x11-misc | |
parent | net-libs/gnutls: x86 stable wrt bug #594738 (diff) | |
download | gentoo-0d602bb0ea97860119dfd632a7a1b9ecc357efb8.tar.gz gentoo-0d602bb0ea97860119dfd632a7a1b9ecc357efb8.tar.bz2 gentoo-0d602bb0ea97860119dfd632a7a1b9ecc357efb8.zip |
x11-misc/xgestures: bump EAPI to 6
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xgestures/xgestures-0.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-misc/xgestures/xgestures-0.4.ebuild b/x11-misc/xgestures/xgestures-0.4.ebuild index d196ff0e5624..df70e078d46b 100644 --- a/x11-misc/xgestures/xgestures-0.4.ebuild +++ b/x11-misc/xgestures/xgestures-0.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 DESCRIPTION="A mouse gesture recognition program for X11 desktops" HOMEPAGE="http://www.cs.bgu.ac.il/~tzachar/xgestures.html" @@ -11,7 +11,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="x11-libs/libXmu x11-libs/libX11 |