summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-01-03 19:37:02 +0100
committerDavid Seifert <soap@gentoo.org>2018-01-03 19:37:02 +0100
commit45bc7908ff50023db93752363ef56bc0356eed4e (patch)
treefc4ce61daa0f89ea5d841b94df694b706d245903
parentx11-plugins/pidgin-led-notification: Port to EAPI 6 (diff)
downloadgentoo-45bc7908ff50023db93752363ef56bc0356eed4e.tar.gz
gentoo-45bc7908ff50023db93752363ef56bc0356eed4e.tar.bz2
gentoo-45bc7908ff50023db93752363ef56bc0356eed4e.zip
sys-auth/fprint_demo: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--sys-auth/fprint_demo/fprint_demo-0.4.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/sys-auth/fprint_demo/fprint_demo-0.4.ebuild b/sys-auth/fprint_demo/fprint_demo-0.4.ebuild
index 88da0e2f3cbb..9674281223aa 100644
--- a/sys-auth/fprint_demo/fprint_demo-0.4.ebuild
+++ b/sys-auth/fprint_demo/fprint_demo-0.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=3
+EAPI=6
DESCRIPTION="a simple GTK+ application to demonstrate and test libfprint's capabilities"
HOMEPAGE="http://www.reactivated.net/fprint/wiki/Fprint_demo"
@@ -12,11 +12,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-RDEPEND="sys-auth/libfprint
+RDEPEND="
+ sys-auth/libfprint
x11-libs/gtk+:2"
DEPEND="${RDEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README || die
-}