diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-09-28 15:09:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-09-28 15:09:30 +0000 |
commit | 38cbf813b417366419b1493f14352edaf5d95ef5 (patch) | |
tree | e7a4714483a320d3bbe3da39348e09de5d204abd /www-plugins | |
parent | Remove unneeded glob. (diff) | |
download | gentoo-2-38cbf813b417366419b1493f14352edaf5d95ef5.tar.gz gentoo-2-38cbf813b417366419b1493f14352edaf5d95ef5.tar.bz2 gentoo-2-38cbf813b417366419b1493f14352edaf5d95ef5.zip |
Oops, the glob is needed.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/adobe-flash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog index f4cedb13f938..b071314c2285 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.216 2013/09/28 15:07:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.217 2013/09/28 15:09:30 jer Exp $ + + 28 Sep 2013; Jeroen Roovers <jer@gentoo.org> + adobe-flash-11.2.202.310-r1.ebuild: + Oops, the glob is needed. 28 Sep 2013; Jeroen Roovers <jer@gentoo.org> adobe-flash-11.2.202.310-r1.ebuild: diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild b/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild index 7fc335fccbd1..9b6711516fb3 100644 --- a/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild,v 1.3 2013/09/28 15:07:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.310-r1.ebuild,v 1.4 2013/09/28 15:09:30 jer Exp $ EAPI=5 inherit nsplugins toolchain-funcs versionator multilib-minimal @@ -111,7 +111,7 @@ RDEPEND=" " # Ignore QA warnings in these closed-source binaries, since we can't fix them: -QA_PREBUILT="usr/" +QA_PREBUILT="usr/*" any_cpu_missing_flag() { local value=${1} |