diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-07-15 15:29:32 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-07-15 15:29:32 +0000 |
commit | 583e3a4b48f8e2ea5f39088cd85a7a4bb89d7358 (patch) | |
tree | 80a46096eb5dccfe589c240720ba0efc0b42c3f0 /www-plugins | |
parent | Stable for HPPA (bug #268725). (diff) | |
download | gentoo-2-583e3a4b48f8e2ea5f39088cd85a7a4bb89d7358.tar.gz gentoo-2-583e3a4b48f8e2ea5f39088cd85a7a4bb89d7358.tar.bz2 gentoo-2-583e3a4b48f8e2ea5f39088cd85a7a4bb89d7358.zip |
Set QA_DT_HASH to avoid QA warning about ignoring of LDFLAGS.
(Portage version: 13827-svn/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/adobe-flash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/adobe-flash/adobe-flash-10.0.22.87-r1.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog index 5d1fa05dcbdd..3d19a33c52e0 100644 --- a/www-plugins/adobe-flash/ChangeLog +++ b/www-plugins/adobe-flash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/adobe-flash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.2 2009/07/15 13:39:03 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.3 2009/07/15 15:29:32 arfrever Exp $ + + 15 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + adobe-flash-10.0.22.87-r1.ebuild: + Set QA_DT_HASH to avoid QA warning about ignoring of LDFLAGS. *adobe-flash-10.0.22.87-r1 (14 Jul 2009) diff --git a/www-plugins/adobe-flash/adobe-flash-10.0.22.87-r1.ebuild b/www-plugins/adobe-flash/adobe-flash-10.0.22.87-r1.ebuild index e3cb2048bbed..4a52cf925718 100644 --- a/www-plugins/adobe-flash/adobe-flash-10.0.22.87-r1.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-10.0.22.87-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.0.22.87-r1.ebuild,v 1.1 2009/07/15 13:39:03 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.0.22.87-r1.ebuild,v 1.2 2009/07/15 15:29:32 arfrever Exp $ EAPI=1 inherit nsplugins rpm multilib @@ -55,6 +55,10 @@ QA_EXECSTACK="opt/flash-libcompat/libcrypto.so.0.9.7 opt/netscape/plugins32/libflashplayer.so opt/netscape/plugins/libflashplayer.so" +QA_DT_HASH="opt/flash-libcompat/lib.* + opt/netscape/plugins32/libflashplayer.so + opt/netscape/plugins/libflashplayer.so" + pkg_setup() { if use x86; then export native_install=1 |