summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-04-28 17:47:24 +0000
committerMichał Górny <mgorny@gentoo.org>2014-04-28 17:47:24 +0000
commitca422729f0ad0e71cd6db7da89710cb36085b803 (patch)
treeec79790c8394eae990563d7d5da1df06219b32b5 /www-plugins/adobe-flash
parentReplace multilib_build_binaries with multilib_is_native_abi, in order to put ... (diff)
downloadgentoo-2-ca422729f0ad0e71cd6db7da89710cb36085b803.tar.gz
gentoo-2-ca422729f0ad0e71cd6db7da89710cb36085b803.tar.bz2
gentoo-2-ca422729f0ad0e71cd6db7da89710cb36085b803.zip
Replace multilib_build_binaries with multilib_is_native_abi, in order to put an end to the confusion introduced by having two functions, the proper one suggesting it is just for binaries.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'www-plugins/adobe-flash')
-rw-r--r--www-plugins/adobe-flash/ChangeLog8
-rw-r--r--www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild4
-rw-r--r--www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild4
3 files changed, 11 insertions, 5 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog
index 94483a6cafef..97046b81571c 100644
--- a/www-plugins/adobe-flash/ChangeLog
+++ b/www-plugins/adobe-flash/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-plugins/adobe-flash
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.246 2014/04/28 15:00:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.247 2014/04/28 17:47:24 mgorny Exp $
+
+ 28 Apr 2014; Michał Górny <mgorny@gentoo.org> adobe-flash-11.2.202.350.ebuild,
+ adobe-flash-11.2.202.356.ebuild:
+ Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+ an end to the confusion introduced by having two functions, the proper one
+ suggesting it is just for binaries.
*adobe-flash-11.2.202.356 (28 Apr 2014)
diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild b/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild
index 209994147c75..e9fb758f5822 100644
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.350.ebuild,v 1.2 2014/04/10 13:34:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild,v 1.3 2014/04/28 17:47:24 mgorny Exp $
EAPI=5
inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
@@ -168,7 +168,7 @@ multilib_src_install() {
doexe flashplugin-lahf-fix.so
fi
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
if use kde; then
local pkglibdir=lib
[[ -d usr/lib64 ]] && pkglibdir=lib64
diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild b/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild
index 37e92c5c8403..36bc8842a165 100644
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.356.ebuild,v 1.1 2014/04/28 15:00:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild,v 1.2 2014/04/28 17:47:24 mgorny Exp $
EAPI=5
inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
@@ -168,7 +168,7 @@ multilib_src_install() {
doexe flashplugin-lahf-fix.so
fi
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
if use kde; then
local pkglibdir=lib
[[ -d usr/lib64 ]] && pkglibdir=lib64