summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-06-05 07:42:30 +0200
committerJeroen Roovers <jer@gentoo.org>2020-06-05 07:44:40 +0200
commit9f0937e7d769533bf2e167d19132dbd80ce97b3b (patch)
treec045828e9003d62f90e017cad3ae211d832d5fc6 /x11-wm
parentgames-rpg/eternal-lands: drop old 1.9.5.3 (diff)
downloadgentoo-9f0937e7d769533bf2e167d19132dbd80ce97b3b.tar.gz
gentoo-9f0937e7d769533bf2e167d19132dbd80ce97b3b.tar.bz2
gentoo-9f0937e7d769533bf2e167d19132dbd80ce97b3b.zip
x11-wm/herbstluftwm: Drop USE=xinerama
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Bug: https://bugs.gentoo.org/716922 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild8
-rw-r--r--x11-wm/herbstluftwm/herbstluftwm-9999.ebuild8
2 files changed, 4 insertions, 12 deletions
diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild
index 30dd0c6dd266..7488230f4eb3 100644
--- a/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild
+++ b/x11-wm/herbstluftwm/herbstluftwm-0.8.2.ebuild
@@ -19,12 +19,12 @@ HOMEPAGE="https://herbstluftwm.org/"
LICENSE="BSD-2"
SLOT="0"
-IUSE="examples xinerama zsh-completion"
+IUSE="examples zsh-completion"
DEPEND="
x11-libs/libX11
x11-libs/libXext
- xinerama? ( x11-libs/libXinerama )
+ x11-libs/libXinerama
"
RDEPEND="
${DEPEND}
@@ -41,10 +41,6 @@ src_configure() {
-e '/set(DOCDIR / s#.*#set(DOCDIR ${CMAKE_INSTALL_DOCDIR})#' \
CMakeLists.txt || die
- mycmakeargs=(
- -DWITH_XINERAMA=$(usex xinerama)
- )
-
cmake-utils_src_configure
}
diff --git a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
index 30dd0c6dd266..7488230f4eb3 100644
--- a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
+++ b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
@@ -19,12 +19,12 @@ HOMEPAGE="https://herbstluftwm.org/"
LICENSE="BSD-2"
SLOT="0"
-IUSE="examples xinerama zsh-completion"
+IUSE="examples zsh-completion"
DEPEND="
x11-libs/libX11
x11-libs/libXext
- xinerama? ( x11-libs/libXinerama )
+ x11-libs/libXinerama
"
RDEPEND="
${DEPEND}
@@ -41,10 +41,6 @@ src_configure() {
-e '/set(DOCDIR / s#.*#set(DOCDIR ${CMAKE_INSTALL_DOCDIR})#' \
CMakeLists.txt || die
- mycmakeargs=(
- -DWITH_XINERAMA=$(usex xinerama)
- )
-
cmake-utils_src_configure
}