From c7677c67c60b8b7822c4690e8a32e97644857c77 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 20 Nov 2024 14:41:30 +0100 Subject: x11-libs/motif: Drop motif22-compatibility flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is unlikely that the default would ever be flipped, and there is no disadvantage in enabling it unconditionally (which is also the upstream default). Signed-off-by: Ulrich Müller --- x11-libs/motif/metadata.xml | 3 --- x11-libs/motif/motif-2.3.8-r6.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/motif/metadata.xml b/x11-libs/motif/metadata.xml index 8b80f7d45e98..70dfd4d5d257 100644 --- a/x11-libs/motif/metadata.xml +++ b/x11-libs/motif/metadata.xml @@ -4,9 +4,6 @@ ulm@gentoo.org - - Compatibility with Open Motif 2.2 - http://bugs.motifzone.net/ motif diff --git a/x11-libs/motif/motif-2.3.8-r6.ebuild b/x11-libs/motif/motif-2.3.8-r6.ebuild index 44fb11fda8b4..e8684f6a1b3a 100644 --- a/x11-libs/motif/motif-2.3.8-r6.ebuild +++ b/x11-libs/motif/motif-2.3.8-r6.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://downloads.sourceforge.net/project/motif/Motif%20${PV}%20Source% LICENSE="LGPL-2.1+ MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft" +IUSE="examples jpeg png static-libs unicode xft" RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] @@ -78,9 +78,9 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE="${S}" econf \ --with-x \ + --enable-motif22-compatibility \ --disable-printing \ $(use_enable static-libs static) \ - $(use_enable motif22-compatibility) \ $(use_enable unicode utf8) \ $(use_enable xft) \ $(use_enable jpeg) \ -- cgit v1.2.3-65-gdbad