summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-08-30 22:12:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-08-30 22:12:43 +0000
commit4fd8a7c6f1489a2ba07f9f3e4846db2452f2f4d4 (patch)
treeb5b8acfdb04ffd08cd5211a5ac388db382e806b0 /sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild
parentVersion bump. Couple of bug/crash fixes. (diff)
downloadgentoo-2-4fd8a7c6f1489a2ba07f9f3e4846db2452f2f4d4.tar.gz
gentoo-2-4fd8a7c6f1489a2ba07f9f3e4846db2452f2f4d4.tar.bz2
gentoo-2-4fd8a7c6f1489a2ba07f9f3e4846db2452f2f4d4.zip
Use QA_PRESTRIPPED rather than RESTRICT=strip to silence warnings; add -* to keywords as it's x86-only.
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild')
-rw-r--r--sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild b/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild
index 8ee8f90bd6a3..86c5082b469b 100644
--- a/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild
+++ b/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.6 2008/12/22 03:44:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.7 2010/08/30 22:12:43 flameeyes Exp $
inherit multilib
@@ -11,9 +11,8 @@ SRC_URI="http://www.upek.com/support/download/TFMESS_BSP_LIN_${PV}.zip"
# This is the best license I could find.
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="-* x86"
IUSE=""
-RESTRICT="strip"
RDEPEND="sys-auth/bioapi"
DEPEND="${RDEPEND}
@@ -21,7 +20,8 @@ DEPEND="${RDEPEND}
S=${WORKDIR}
-QA_TEXTRELS="usr/lib64/libtfmessbsp.so"
+QA_TEXTRELS="usr/lib/libtfmessbsp.so"
+QA_PRESTRIPPED="usr/lib/libtfmessbsp.so"
src_install() {
# this is a binary blob, so it probably shouldnt live in /usr/lib