summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2014-11-12 20:18:17 +0000
committerIan Stakenvicius <axs@gentoo.org>2014-11-12 20:18:17 +0000
commitff0e813313ae571e6d8270be07929a11141ed247 (patch)
treecd790f26d8033241a54d4b2b300043395e9e7e12 /www-plugins
parentsci-libs/mmdb: Fix broken pc includedir path (diff)
downloadgentoo-2-ff0e813313ae571e6d8270be07929a11141ed247.tar.gz
gentoo-2-ff0e813313ae571e6d8270be07929a11141ed247.tar.bz2
gentoo-2-ff0e813313ae571e6d8270be07929a11141ed247.zip
modified dependency atoms for emul-* packages slightly
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
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.418.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog
index 637633cd0a44..5a85aeac11ca 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.273 2014/11/12 20:01:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.274 2014/11/12 20:18:17 axs Exp $
+
+ 12 Nov 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
+ adobe-flash-11.2.202.418.ebuild:
+ modified dependency atoms for emul-* packages slightly
*adobe-flash-11.2.202.418 (12 Nov 2014)
diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.418.ebuild b/www-plugins/adobe-flash/adobe-flash-11.2.202.418.ebuild
index c343970d458f..4ad8e8966422 100644
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.418.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.418.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.418.ebuild,v 1.1 2014/11/12 20:01:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.418.ebuild,v 1.2 2014/11/12 20:18:17 axs Exp $
EAPI=5
inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
@@ -87,7 +87,7 @@ RDEPEND="
>=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)]
>=x11-libs/pango-1.36.3[abi_x86_32(-)]
)
- app-emulation/emul-linux-x86-gtklibs
+ app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
)
|| (
(
@@ -95,7 +95,7 @@ RDEPEND="
>=dev-libs/nspr-4.10.4[abi_x86_32(-)]
>=dev-libs/nss-3.15.4[abi_x86_32(-)]
)
- app-emulation/emul-linux-x86-baselibs
+ app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
|| (
(
@@ -107,7 +107,7 @@ RDEPEND="
>=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
>=x11-libs/libXt-1.1.4[abi_x86_32(-)]
)
- app-emulation/emul-linux-x86-xlibs
+ app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
)
)
x86? ( ${NATIVE_DEPS} )