diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-05-23 02:36:47 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-05-23 02:36:47 +0000 |
commit | fd27b63d369af7c59fcf949c42dc8165ab0dcbcf (patch) | |
tree | 8e87d1fddbbac68c869955c4d7f7445dadb33197 /www-plugins | |
parent | Automated update. (diff) | |
download | gentoo-2-fd27b63d369af7c59fcf949c42dc8165ab0dcbcf.tar.gz gentoo-2-fd27b63d369af7c59fcf949c42dc8165ab0dcbcf.tar.bz2 gentoo-2-fd27b63d369af7c59fcf949c42dc8165ab0dcbcf.zip |
Install to the right place when SYMLINK_LIB=no.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/google-talkplugin/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild | 6 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog index cb4563b5c0d4..baaf442b0a88 100644 --- a/www-plugins/google-talkplugin/ChangeLog +++ b/www-plugins/google-talkplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/google-talkplugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.75 2014/05/16 18:58:12 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.76 2014/05/23 02:36:47 floppym Exp $ + + 23 May 2014; Mike Gilbert <floppym@gentoo.org> + google-talkplugin-5.3.1.0.ebuild, google-talkplugin-9999.ebuild: + Install to the right place when SYMLINK_LIB=no. 16 May 2014; Sven Vermeulen <swift@gentoo.org> google-talkplugin-4.4.2.0.ebuild, google-talkplugin-5.1.5.0.ebuild, diff --git a/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild index 61efd5cdeda9..8c626dacec31 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild,v 1.2 2014/05/16 18:58:12 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild,v 1.3 2014/05/23 02:36:47 floppym Exp $ EAPI=5 -inherit eutils nsplugins unpacker +inherit eutils multilib nsplugins unpacker if [ "${PV}" != "9999" ]; then DEB_PATCH="1" @@ -94,7 +94,7 @@ src_unpack() { src_install() { local plugindir i l local ppapi_plugindirs=( /opt/google/chrome{,-beta,-unstable}/pepper - /usr/lib/chromium-browser/pepper ) + /usr/$(get_libdir)/chromium-browser/pepper ) unpacker usr/share/doc/google-talkplugin/changelog.Debian.gz dodoc changelog.Debian diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index cc4163c5a30c..3abfd700d3a1 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.20 2014/05/16 18:58:12 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.21 2014/05/23 02:36:47 floppym Exp $ EAPI=5 -inherit eutils nsplugins unpacker +inherit eutils multilib nsplugins unpacker if [ "${PV}" != "9999" ]; then DEB_PATCH="1" @@ -94,7 +94,7 @@ src_unpack() { src_install() { local plugindir i l local ppapi_plugindirs=( /opt/google/chrome{,-beta,-unstable}/pepper - /usr/lib/chromium-browser/pepper ) + /usr/$(get_libdir)/chromium-browser/pepper ) unpacker usr/share/doc/google-talkplugin/changelog.Debian.gz dodoc changelog.Debian |