mgorny 14/06/17 17:37:59 Modified: libnsfb-0.1.0.ebuild ChangeLog Log: Update to use proper multilib deps. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 dev-libs/libnsfb/libnsfb-0.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnsfb/libnsfb-0.1.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnsfb/libnsfb-0.1.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnsfb/libnsfb-0.1.0.ebuild?r1=1.2&r2=1.3 Index: libnsfb-0.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnsfb/libnsfb-0.1.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libnsfb-0.1.0.ebuild 23 Jun 2013 16:45:19 -0000 1.2 +++ libnsfb-0.1.0.ebuild 17 Jun 2014 17:37:59 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnsfb/libnsfb-0.1.0.ebuild,v 1.2 2013/06/23 16:45:19 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnsfb/libnsfb-0.1.0.ebuild,v 1.3 2014/06/17 17:37:59 mgorny Exp $ EAPI=5 @@ -14,17 +14,14 @@ KEYWORDS="~amd64 ~arm" IUSE="sdl test vnc wayland xcb" -RDEPEND="sdl? ( media-libs/libsdl[static-libs?] - amd64? ( abi_x86_32? ( app-emulation/emul-linux-x86-sdl[development] ) ) ) - vnc? ( net-libs/libvncserver[static-libs?] ) - wayland? ( dev-libs/wayland[static-libs?] ) +RDEPEND="sdl? ( media-libs/libsdl[static-libs?,${MULTILIB_USEDEP}] ) + vnc? ( net-libs/libvncserver[static-libs?,${MULTILIB_USEDEP}] ) + wayland? ( dev-libs/wayland[static-libs?,${MULTILIB_USEDEP}] ) xcb? ( x11-libs/libxcb[static-libs?,${MULTILIB_USEDEP}] - x11-libs/xcb-util[static-libs?] - x11-libs/xcb-util-image[static-libs?] - x11-libs/xcb-util-keysyms[static-libs?] )" + x11-libs/xcb-util[static-libs?,${MULTILIB_USEDEP}] + x11-libs/xcb-util-image[static-libs?,${MULTILIB_USEDEP}] + x11-libs/xcb-util-keysyms[static-libs?,${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" -REQUIRED_USE="amd64? ( abi_x86_32? ( !vnc !wayland !xcb ) )" - PATCHES=( "${FILESDIR}"/${PN}-0.1.0-autodetect.patch ) DOCS=( usage ) 1.8 dev-libs/libnsfb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnsfb/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnsfb/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnsfb/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnsfb/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 23 Jun 2013 16:45:19 -0000 1.7 +++ ChangeLog 17 Jun 2014 17:37:59 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnsfb -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnsfb/ChangeLog,v 1.7 2013/06/23 16:45:19 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnsfb/ChangeLog,v 1.8 2014/06/17 17:37:59 mgorny Exp $ + + 17 Jun 2014; Michał Górny <[email protected]> libnsfb-0.1.0.ebuild: + Update to use proper multilib deps. 23 Jun 2013; Michael Weber <[email protected]> libnsfb-0.1.0.ebuild: Migrate to netsurf.eclass
