summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2010-07-11 10:46:49 +0000
committerFabio Erculiani <lxnay@gentoo.org>2010-07-11 10:46:49 +0000
commit12b9edfbc03c35502d61dd6f458cbb8f3648e62b (patch)
tree3b14fe973982c1f2980a7acb2461623fbc0d0c14 /www-plugins
parentRemove .la files from every qt module (diff)
downloadgentoo-2-12b9edfbc03c35502d61dd6f458cbb8f3648e62b.tar.gz
gentoo-2-12b9edfbc03c35502d61dd6f458cbb8f3648e62b.tar.bz2
gentoo-2-12b9edfbc03c35502d61dd6f458cbb8f3648e62b.zip
fix EMUL_DEPS, just list direct dependencies
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/adobe-flash/ChangeLog6
-rw-r--r--www-plugins/adobe-flash/adobe-flash-10.1.53.64.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog
index 8483b73f2c87..9002f6030cf2 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.34 2010/06/28 19:35:40 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.35 2010/07/11 10:46:49 lxnay Exp $
+
+ 11 Jul 2010; Fabio Erculiani <lxnay@gentoo.org>
+ adobe-flash-10.1.53.64.ebuild:
+ fix EMUL_DEPS, just list direct dependencies
28 Jun 2010; Jim Ramsay <lack@gentoo.org> files/mms.cfg:
Fix typo in /etc/adobe/mms.cfg file header
diff --git a/www-plugins/adobe-flash/adobe-flash-10.1.53.64.ebuild b/www-plugins/adobe-flash/adobe-flash-10.1.53.64.ebuild
index edd2fd58b07c..b67bf0dc1296 100644
--- a/www-plugins/adobe-flash/adobe-flash-10.1.53.64.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-10.1.53.64.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.1.53.64.ebuild,v 1.9 2010/06/21 17:46:24 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.1.53.64.ebuild,v 1.10 2010/07/11 10:46:49 lxnay Exp $
EAPI=1
inherit nsplugins rpm multilib toolchain-funcs
@@ -25,10 +25,8 @@ NATIVE_DEPS="x11-libs/gtk+:2
net-misc/curl
>=sys-libs/glibc-2.4"
-EMUL_DEPS=">=app-emulation/emul-linux-x86-baselibs-20100409
- app-emulation/emul-linux-x86-gtklibs
- app-emulation/emul-linux-x86-soundlibs
- app-emulation/emul-linux-x86-xlibs"
+EMUL_DEPS=">=app-emulation/emul-linux-x86-gtklibs-20100409-r1
+ app-emulation/emul-linux-x86-soundlibs"
RDEPEND="x86? ( $NATIVE_DEPS )
amd64? ( $EMUL_DEPS )