diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-09-28 15:07:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-09-28 15:07:22 +0000 |
commit | c851f67e88a3ef00d547668f80404b79df1b3f22 (patch) | |
tree | 657d9a7be59f6e90b9e68a597c744d68bc3c5a42 /www-plugins | |
parent | Remove unused variable INSTALL_BASE. Set QA_PREBUILT appropriately. (diff) | |
download | gentoo-2-c851f67e88a3ef00d547668f80404b79df1b3f22.tar.gz gentoo-2-c851f67e88a3ef00d547668f80404b79df1b3f22.tar.bz2 gentoo-2-c851f67e88a3ef00d547668f80404b79df1b3f22.zip |
Remove unneeded glob.
(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 0c91df6aa299..f4cedb13f938 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.215 2013/09/28 15:05:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.216 2013/09/28 15:07:22 jer Exp $ + + 28 Sep 2013; Jeroen Roovers <jer@gentoo.org> + adobe-flash-11.2.202.310-r1.ebuild: + Remove unneeded glob. 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 40a5d060b0b8..7fc335fccbd1 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.2 2013/09/28 15:05:38 jer Exp $ +# $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 $ 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} |