diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-12-22 03:44:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-12-22 03:44:49 +0000 |
commit | ef52109f1724660eadb21102e335f8c61d46de4a (patch) | |
tree | 99cd7e4bbe2100da12e0138d2f0700f30a4b2ddd /sys-auth/tfm-fingerprint | |
parent | unmask warzone2100 (diff) | |
download | gentoo-2-ef52109f1724660eadb21102e335f8c61d46de4a.tar.gz gentoo-2-ef52109f1724660eadb21102e335f8c61d46de4a.tar.bz2 gentoo-2-ef52109f1724660eadb21102e335f8c61d46de4a.zip |
Silence QA warnings with binary-only libtfmessbsp.so.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'sys-auth/tfm-fingerprint')
-rw-r--r-- | sys-auth/tfm-fingerprint/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-auth/tfm-fingerprint/ChangeLog b/sys-auth/tfm-fingerprint/ChangeLog index 9be64ab45cd5..1093c198245e 100644 --- a/sys-auth/tfm-fingerprint/ChangeLog +++ b/sys-auth/tfm-fingerprint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/tfm-fingerprint # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.6 2008/10/26 19:15:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.7 2008/12/22 03:44:49 vapier Exp $ + + 22 Dec 2008; Mike Frysinger <vapier@gentoo.org> + tfm-fingerprint-1.0.ebuild: + Silence QA warnings with binary-only libtfmessbsp.so. 26 Oct 2008; Markus Meier <maekke@gentoo.org> tfm-fingerprint-1.0.ebuild: x86 stable, bug #244448 diff --git a/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild b/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild index 34619e458fd2..8ee8f90bd6a3 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 # 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.5 2008/10/26 19:15:10 maekke Exp $ +# $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 $ inherit multilib @@ -13,6 +13,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86" IUSE="" +RESTRICT="strip" RDEPEND="sys-auth/bioapi" DEPEND="${RDEPEND} @@ -20,6 +21,8 @@ DEPEND="${RDEPEND} S=${WORKDIR} +QA_TEXTRELS="usr/lib64/libtfmessbsp.so" + src_install() { # this is a binary blob, so it probably shouldnt live in /usr/lib dolib.so libtfmessbsp.so || die |