summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-06-12 22:44:44 +0000
committerJeroen Roovers <jer@gentoo.org>2013-06-12 22:44:44 +0000
commit2edca0a9b030711d1ce6becd779b15701ef9fbb2 (patch)
treea5bbdeaa2d92060dbf4223ebdcd82b8ab7ccff94 /www-plugins
parentDrop pexpect dep (paramiko ssh backend used by default). (diff)
downloadgentoo-2-2edca0a9b030711d1ce6becd779b15701ef9fbb2.tar.gz
gentoo-2-2edca0a9b030711d1ce6becd779b15701ef9fbb2.tar.bz2
gentoo-2-2edca0a9b030711d1ce6becd779b15701ef9fbb2.zip
Fix SRC_URI for i386/non-debug (bug #473138 by Fred Krogh).
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/adobe-flash/ChangeLog6
-rw-r--r--www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog
index b6b01303d081..4bf976537dc3 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.199 2013/06/12 17:50:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.200 2013/06/12 22:44:44 jer Exp $
+
+ 12 Jun 2013; Jeroen Roovers <jer@gentoo.org>
+ adobe-flash-11.2.202.291-r1.ebuild:
+ Fix SRC_URI for i386/non-debug (bug #473138 by Fred Krogh).
*adobe-flash-11.2.202.291-r1 (12 Jun 2013)
diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild b/www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild
index 2361b55110c5..999dc9c9ceb4 100644
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.291-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.291-r1.ebuild,v 1.1 2013/06/12 17:50:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.291-r1.ebuild,v 1.2 2013/06/12 22:44:44 jer Exp $
EAPI=4
inherit nsplugins multilib toolchain-funcs versionator
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.adobe.com/products/flashplayer.html"
AF_URI="http://fpdownload.macromedia.com/get/flashplayer/pdc"
AF_DB_URI="http://fpdownload.macromedia.com/pub/flashplayer/updaters"
PV_M=$(get_major_version)
-AF_32_URI="${AF_URI}/${PV}/install_flash_player_${PV}_linux.i386.tar.gz -> ${P}.i386.tar.gz"
+AF_32_URI="${AF_URI}/${PV}/install_flash_player_${PV_}_linux.i386.tar.gz -> ${P}.i386.tar.gz"
AF_64_URI="${AF_URI}/${PV}/install_flash_player_${PV}_linux.x86_64.tar.gz -> ${P}.x86_64.tar.gz"
AF_32_DB_URI="${AF_DB_URI}/${PV_M}/flashplayer_${PV_M}_plugin_debug.i386.tar.gz -> ${P}-debug.i386.tar.gz"