summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2009-11-16 15:14:16 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2009-11-16 15:14:16 +0000
commit1c558a8320f392b66b35c39b3d5d59ff0c7e1b9e (patch)
treef9126cf598c9901fa70e34df833dd0abf88adf35 /media-video/em84xx-libraries/em84xx-libraries-1.6.95.16.ebuild
parentKeywording for ppc. (diff)
downloadgentoo-2-1c558a8320f392b66b35c39b3d5d59ff0c7e1b9e.tar.gz
gentoo-2-1c558a8320f392b66b35c39b3d5d59ff0c7e1b9e.tar.bz2
gentoo-2-1c558a8320f392b66b35c39b3d5d59ff0c7e1b9e.zip
Silencing QA warnings as binary file cannot be fixed, Bug #251968.
(Portage version: 2.2_rc50/cvs/Linux i686)
Diffstat (limited to 'media-video/em84xx-libraries/em84xx-libraries-1.6.95.16.ebuild')
-rw-r--r--media-video/em84xx-libraries/em84xx-libraries-1.6.95.16.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/media-video/em84xx-libraries/em84xx-libraries-1.6.95.16.ebuild b/media-video/em84xx-libraries/em84xx-libraries-1.6.95.16.ebuild
index ea76b196cf14..4613494560c5 100644
--- a/media-video/em84xx-libraries/em84xx-libraries-1.6.95.16.ebuild
+++ b/media-video/em84xx-libraries/em84xx-libraries-1.6.95.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/em84xx-libraries/em84xx-libraries-1.6.95.16.ebuild,v 1.2 2007/07/12 02:40:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/em84xx-libraries/em84xx-libraries-1.6.95.16.ebuild,v 1.3 2009/11/16 15:14:16 zzam Exp $
inherit eutils
@@ -20,6 +20,12 @@ RDEPEND=""
S=${WORKDIR}/${MY_P}RC
+# binary files are as they are
+em84xx_libs="usr/lib/libosd.so usr/lib/libEM84xx.so"
+QA_PRESTRIPPED="${em84xx_libs}"
+QA_SONAME="${em84xx_libs}"
+QA_TEXTRELS="${em84xx_libs}"
+
pkg_setup() {
if built_with_use -a sys-libs/glibc glibc-compat20 -nptlonly; then
einfo "Use-flags of glibc checked ok."