commit: e9645fb2393104aa920bec376a2fb8170445f416 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Aug 26 00:05:42 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Aug 26 00:07:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9645fb2
dev-libs/hidapi: switch from USE=X to fox Gentoo-Bug: 558744 Package-Manager: portage-2.2.20.1 dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild | 8 ++++---- dev-libs/hidapi/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild index e90d5c1..dd690ab 100644 --- a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild +++ b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild @@ -25,19 +25,19 @@ SRC_URI="https://github.com/signal11/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P} LICENSE="|| ( BSD GPL-3 HIDAPI )" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="doc static-libs X" +IUSE="doc fox static-libs" RDEPEND="virtual/libusb:1[${MULTILIB_USEDEP}] virtual/libudev:0[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) virtual/pkgconfig - X? ( x11-libs/fox )" + fox? ( x11-libs/fox )" S="${WORKDIR}/${PN}-${EGIT_COMMIT}" src_prepare() { - if ! use X; then + if ! use fox; then sed -i -e 's:PKG_CHECK_MODULES(\[fox\], .*):AC_SUBST(fox_CFLAGS,[ ])AC_SUBST(fox_LIBS,[ ]):' configure.ac || die fi @@ -53,7 +53,7 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - $(multilib_native_use_enable X testgui) + $(multilib_native_use_enable fox testgui) ) autotools-utils_src_configure diff --git a/dev-libs/hidapi/metadata.xml b/dev-libs/hidapi/metadata.xml index 58cf9a5..af7f945 100644 --- a/dev-libs/hidapi/metadata.xml +++ b/dev-libs/hidapi/metadata.xml @@ -10,6 +10,9 @@ <email>[email protected]</email> <name>Luke Dashjr</name> </maintainer> + <use> + <flag name="fox">Build a x11-libs/fox GUI</flag> + </use> <upstream> <remote-id type="github">signal11/hidapi</remote-id> </upstream>
