commit: d0ef4d020d04e5e968c13445ef44d7d64f6cef21 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed May 15 18:14:16 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed May 15 18:51:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ef4d02
x11-apps/xinit: Rename USE=minimal -> USE=twm Closes: https://bugs.gentoo.org/682384 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-apps/xinit/xinit-1.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-apps/xinit/xinit-1.4.1.ebuild b/x11-apps/xinit/xinit-1.4.1.ebuild index 4c26bd5588c..7217612718e 100644 --- a/x11-apps/xinit/xinit-1.4.1.ebuild +++ b/x11-apps/xinit/xinit-1.4.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="X Window System initializer" LICENSE="${LICENSE} GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" -IUSE="+minimal" +IUSE="twm" RDEPEND=" !<x11-base/xorg-server-1.8.0 @@ -18,7 +18,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" PDEPEND="x11-apps/xrdb - !minimal? ( + twm? ( x11-apps/xclock x11-apps/xsm x11-terms/xterm
