summaryrefslogtreecommitdiff
path: root/sys-auth/fprint_demo/fprint_demo-0.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-04 18:55:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-04 18:55:01 +0000
commit423d21dcfee183cc4b04d29c1621615e8c30f834 (patch)
tree23bd6110b9a77b8d679b5ab60fb7663b8627f698 /sys-auth/fprint_demo/fprint_demo-0.4.ebuild
parent81e4fbcb846ed1cabdad699c0029b166dd7273b7 (diff)
gentoo resync : 04.01.2018
Diffstat (limited to 'sys-auth/fprint_demo/fprint_demo-0.4.ebuild')
-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
-}