commit: 98cebffe1ff980eee4b5dcd588c3033f84ecaed9 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Jan 14 21:29:07 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Jan 14 21:29:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cebffe
dev-libs/libnsfb: Rename IUSE=xcb to IUSE=X It happens to use libxcb for X support. Use IUSE=X since that's the common way of asking for X support. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild | 6 +++--- dev-libs/libnsfb/libnsfb-0.2.1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild b/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild index 8fa09879cae..a24ef2db8b7 100644 --- a/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild +++ b/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild @@ -12,13 +12,13 @@ SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="sdl test vnc wayland xcb" +IUSE="sdl test vnc wayland X" RESTRICT="!test? ( test )" RDEPEND="sdl? ( >=media-libs/libsdl-1.2.15-r4 ) vnc? ( >=net-libs/libvncserver-0.9.9-r2 ) wayland? ( >=dev-libs/wayland-1.0.6 ) - xcb? ( + X? ( >=x11-libs/libxcb-1.9.1 >=x11-libs/xcb-util-0.3.9-r1 >=x11-libs/xcb-util-image-0.3.9-r1 @@ -37,7 +37,7 @@ _emake() { emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared \ WITH_VNC=$(usex vnc) \ WITH_SDL=$(usex sdl) \ - WITH_XCB=$(usex xcb) \ + WITH_XCB=$(usex X) \ WITH_WLD=$(usex wayland) \ $@ } diff --git a/dev-libs/libnsfb/libnsfb-0.2.1.ebuild b/dev-libs/libnsfb/libnsfb-0.2.1.ebuild index 9c7ec5bfe43..707e62543f4 100644 --- a/dev-libs/libnsfb/libnsfb-0.2.1.ebuild +++ b/dev-libs/libnsfb/libnsfb-0.2.1.ebuild @@ -12,14 +12,14 @@ SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="sdl test vnc wayland xcb" +IUSE="sdl test vnc wayland X" RESTRICT="!test? ( test )" RDEPEND="sdl? ( >=media-libs/libsdl-1.2.15-r4 ) vnc? ( >=net-libs/libvncserver-0.9.9-r2 ) wayland? ( >=dev-libs/wayland-1.0.6 ) - xcb? ( + X? ( >=x11-libs/libxcb-1.9.1 >=x11-libs/xcb-util-0.3.9-r1 >=x11-libs/xcb-util-image-0.3.9-r1 @@ -38,7 +38,7 @@ _emake() { emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared \ WITH_VNC=$(usex vnc) \ WITH_SDL=$(usex sdl) \ - WITH_XCB=$(usex xcb) \ + WITH_XCB=$(usex X) \ WITH_WLD=$(usex wayland) \ $@ }
