diff options
author | 2015-06-14 18:33:06 +0000 | |
---|---|---|
committer | 2015-06-14 18:33:06 +0000 | |
commit | 6364eb8b72a5b4f085285f83f7bef2eeb9a514f2 (patch) | |
tree | 29affe7f67ee954c26029a0e21c1570e3050dece /www-plugins/nspluginwrapper | |
parent | [QA] Remove emul-linux-x86-* from dependencies. (diff) | |
download | gentoo-2-6364eb8b72a5b4f085285f83f7bef2eeb9a514f2.tar.gz gentoo-2-6364eb8b72a5b4f085285f83f7bef2eeb9a514f2.tar.bz2 gentoo-2-6364eb8b72a5b4f085285f83f7bef2eeb9a514f2.zip |
[QA] Remove emul-linux-x86-* from dependencies.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'www-plugins/nspluginwrapper')
-rw-r--r-- | www-plugins/nspluginwrapper/ChangeLog | 7 | ||||
-rw-r--r-- | www-plugins/nspluginwrapper/nspluginwrapper-1.4.4-r3.ebuild | 20 |
2 files changed, 11 insertions, 16 deletions
diff --git a/www-plugins/nspluginwrapper/ChangeLog b/www-plugins/nspluginwrapper/ChangeLog index 50b63bd7ca58..b99ce7448685 100644 --- a/www-plugins/nspluginwrapper/ChangeLog +++ b/www-plugins/nspluginwrapper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-plugins/nspluginwrapper -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/nspluginwrapper/ChangeLog,v 1.30 2014/10/15 15:10:28 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/nspluginwrapper/ChangeLog,v 1.31 2015/06/14 18:33:06 ulm Exp $ + + 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> nspluginwrapper-1.4.4-r3.ebuild: + [QA] Remove emul-linux-x86-* from dependencies. 15 Oct 2014; Pacho Ramos <pacho@gentoo.org> -nspluginwrapper-1.4.4-r1.ebuild, -nspluginwrapper-1.4.4-r2.ebuild, -nspluginwrapper-1.4.4.ebuild: diff --git a/www-plugins/nspluginwrapper/nspluginwrapper-1.4.4-r3.ebuild b/www-plugins/nspluginwrapper/nspluginwrapper-1.4.4-r3.ebuild index 2a13006a276d..954b2f5c50aa 100644 --- a/www-plugins/nspluginwrapper/nspluginwrapper-1.4.4-r3.ebuild +++ b/www-plugins/nspluginwrapper/nspluginwrapper-1.4.4-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/nspluginwrapper/nspluginwrapper-1.4.4-r3.ebuild,v 1.4 2014/10/15 15:09:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/nspluginwrapper/nspluginwrapper-1.4.4-r3.ebuild,v 1.5 2015/06/14 18:33:06 ulm Exp $ EAPI=5 @@ -18,18 +18,10 @@ IUSE="" RDEPEND=">=x11-libs/gtk+-2:2 net-misc/curl >=sys-apps/util-linux-2.13 - || ( - ( - >=dev-libs/glib-2.34.3[abi_x86_32(-)] - >=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXt-1.1.4[abi_x86_32(-)] - ) - ( - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - ) - )" + >=dev-libs/glib-2.34.3[abi_x86_32(-)] + >=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)] + >=x11-libs/libX11-1.6.2[abi_x86_32(-)] + >=x11-libs/libXt-1.1.4[abi_x86_32(-)]" DEPEND="${RDEPEND} virtual/pkgconfig" |