summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-11-20 14:41:30 +0100
committerUlrich Müller <ulm@gentoo.org>2024-11-20 14:53:16 +0100
commitc7677c67c60b8b7822c4690e8a32e97644857c77 (patch)
tree3082b6f5f1724d4090a2ab84b6861e8588f6c161 /x11-libs
parentx11-libs/motif: drop 2.3.8-r5 (diff)
downloadgentoo-c7677c67c60b8b7822c4690e8a32e97644857c77.tar.gz
gentoo-c7677c67c60b8b7822c4690e8a32e97644857c77.tar.bz2
gentoo-c7677c67c60b8b7822c4690e8a32e97644857c77.zip
x11-libs/motif: Drop motif22-compatibility flag
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 <ulm@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/motif/metadata.xml3
-rw-r--r--x11-libs/motif/motif-2.3.8-r6.ebuild4
2 files changed, 2 insertions, 5 deletions
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 @@
<maintainer type="person">
<email>ulm@gentoo.org</email>
</maintainer>
- <use>
- <flag name="motif22-compatibility">Compatibility with Open Motif 2.2</flag>
- </use>
<upstream>
<bugs-to>http://bugs.motifzone.net/</bugs-to>
<remote-id type="sourceforge">motif</remote-id>
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) \