summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Lidell <matsl@gentoo.org>2021-12-12 14:16:40 +0100
committerMats Lidell <matsl@gentoo.org>2021-12-12 14:20:54 +0100
commit5952ed33e6933edb4204f2d6407bf8ec8d42d8d4 (patch)
tree7d35824e2bc5805cd217bf9d6c28e2fc945a0624
parentapp-editors/xemacs: remove configure options, bug #828785 (diff)
downloadgentoo-5952ed33e6933edb4204f2d6407bf8ec8d42d8d4.tar.gz
gentoo-5952ed33e6933edb4204f2d6407bf8ec8d42d8d4.tar.bz2
gentoo-5952ed33e6933edb4204f2d6407bf8ec8d42d8d4.zip
app-editors/xemacs: remove configure options, bug #828785
Remove not available configure options. Noticed in bug #828785 but affects 21.5 in general. Bug: https://bugs.gentoo.org/828785 Signed-off-by: Mats Lidell <matsl@gentoo.org>
-rw-r--r--app-editors/xemacs/xemacs-21.5.34-r7.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.34-r7.ebuild b/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
index aae31d431223..d7777196a551 100644
--- a/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 -riscv ~sparc ~x86"
-IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn xft xim athena neXt Xaw3d gdbm berkdb"
+IUSE="alsa debug gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn xft xim athena neXt Xaw3d gdbm berkdb"
X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
@@ -109,7 +109,7 @@ src_configure() {
myconf="${myconf} --with-athena=xaw"
fi
- use dnd && myconf="${myconf} --with-dragndrop --with-offix"
+ use dnd && myconf="${myconf} --with-dragndrop"
myconf="${myconf} $(use_with tiff )"
myconf="${myconf} $(use_with png )"
@@ -170,7 +170,6 @@ src_configure() {
$(use_with gpm ) \
$(use_with postgres postgresql ) \
$(use_with ldap ) \
- $(use_with eolconv file-coding ) \
$(use_with pop ) \
--prefix=/usr \
--without-canna \