commit: fd1ce5db5de18d87b0ad47e3caebf3aff102e328 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jun 6 10:36:23 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jun 6 10:36:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=fd1ce5db
x11-drivers/multitouch: Bump to EAPI=5 Package-Manager: portage-2.2.20 x11-drivers/multitouch/ChangeLog | 3 +++ x11-drivers/multitouch/multitouch-1.0_beta1.ebuild | 9 +++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-drivers/multitouch/ChangeLog b/x11-drivers/multitouch/ChangeLog index 9e8b039..3bf9f39 100644 --- a/x11-drivers/multitouch/ChangeLog +++ b/x11-drivers/multitouch/ChangeLog @@ -1,2 +1,5 @@ + 06 Jun 2015; Justin Lecher <[email protected]> multitouch-1.0_beta1.ebuild: + x11-drivers/multitouch: Bump to EAPI=5 + 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: x11-drivers/multitouch: Add github to remote-id in metadata.xml diff --git a/x11-drivers/multitouch/multitouch-1.0_beta1.ebuild b/x11-drivers/multitouch/multitouch-1.0_beta1.ebuild index 3d69949..c504109 100644 --- a/x11-drivers/multitouch/multitouch-1.0_beta1.ebuild +++ b/x11-drivers/multitouch/multitouch-1.0_beta1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 - -#inherit x-modular +EAPI=5 DESCRIPTION="Multitouch-X-Driver for MT-Touchpads" HOMEPAGE="http://bitmath.org/code/multitouch/" @@ -23,8 +21,7 @@ DEPEND="${RDEPEND} x11-proto/inputproto" src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - + emake DESTDIR="${D}" install } pkg_postinst() {
