diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-12-04 03:58:55 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-12-04 03:58:55 +0000 |
commit | c3551c098b25efe6b6a0ddbf1cace2dcf0230f17 (patch) | |
tree | 33e2f37042603f6c0eb3483f584959a6a553f0f9 /www-plugins/chrome-binary-plugins | |
parent | Fix installation. (diff) | |
download | gentoo-2-c3551c098b25efe6b6a0ddbf1cace2dcf0230f17.tar.gz gentoo-2-c3551c098b25efe6b6a0ddbf1cace2dcf0230f17.tar.bz2 gentoo-2-c3551c098b25efe6b6a0ddbf1cace2dcf0230f17.zip |
Fix installation.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-plugins/chrome-binary-plugins')
3 files changed, 10 insertions, 5 deletions
diff --git a/www-plugins/chrome-binary-plugins/ChangeLog b/www-plugins/chrome-binary-plugins/ChangeLog index a2d572366611..458c829ea241 100644 --- a/www-plugins/chrome-binary-plugins/ChangeLog +++ b/www-plugins/chrome-binary-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-plugins/chrome-binary-plugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.82 2013/12/04 03:37:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.83 2013/12/04 03:58:55 floppym Exp $ + + 04 Dec 2013; Mike Gilbert <floppym@gentoo.org> + chrome-binary-plugins-33.0.1726.0_alpha1.ebuild, + chrome-binary-plugins-9999.ebuild: + Fix installation. *chrome-binary-plugins-33.0.1726.0_alpha1 (04 Dec 2013) *chrome-binary-plugins-32.0.1700.39_beta1 (04 Dec 2013) diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-33.0.1726.0_alpha1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-33.0.1726.0_alpha1.ebuild index d6a2db5d0c2f..ee5c6367a333 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-33.0.1726.0_alpha1.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-33.0.1726.0_alpha1.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/chrome-binary-plugins/chrome-binary-plugins-33.0.1726.0_alpha1.ebuild,v 1.1 2013/12/04 03:37:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-33.0.1726.0_alpha1.ebuild,v 1.2 2013/12/04 03:58:55 floppym Exp $ EAPI=4 @@ -52,7 +52,7 @@ for x in 0 beta stable unstable; do fi done -S="${WORKDIR}/opt/google/chrome" +S="${WORKDIR}/opt/google/chrome-${SLOT}" QA_PREBUILT="*" src_install() { diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild index b5210ffb1882..45dad2001a9d 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.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/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild,v 1.10 2013/11/16 20:13:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild,v 1.11 2013/12/04 03:58:55 floppym Exp $ EAPI=4 @@ -26,7 +26,7 @@ for x in 0 beta stable unstable; do fi done -S="${WORKDIR}/opt/google/chrome" +S="${WORKDIR}/opt/google/chrome-${SLOT}" QA_PREBUILT="*" src_unpack() { |