Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/
Date: Sun, 02 May 2021 12:42:50
Message-Id: 1619959166.14cb76ccc9e48c73dd0b5b788b6137d83f61f773.zlogene@gentoo
1 commit: 14cb76ccc9e48c73dd0b5b788b6137d83f61f773
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 12:39:26 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 12:39:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cb76cc
7
8 app-editors/xemacs: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-editors/xemacs/xemacs-21.5.34-r5.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-editors/xemacs/xemacs-21.5.34-r5.ebuild b/app-editors/xemacs/xemacs-21.5.34-r5.ebuild
17 index 51534cc420b..bcf39ec31bb 100644
18 --- a/app-editors/xemacs/xemacs-21.5.34-r5.ebuild
19 +++ b/app-editors/xemacs/xemacs-21.5.34-r5.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz
21 LICENSE="GPL-3+"
22 SLOT="0"
23 KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
24 -IUSE="alsa debug eolconv gif gpm pop postgres ldap libressl xface nas dnd X jpeg tiff png mule motif freewnn canna xft xim athena neXt Xaw3d gdbm berkdb"
25 +IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna xft xim athena neXt Xaw3d gdbm berkdb"
26
27 X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
28
29 @@ -24,8 +24,7 @@ RDEPEND="
30 berkdb? ( >=sys-libs/db-4:= !!<sys-libs/db-4 )
31 gdbm? ( >=sys-libs/gdbm-1.8.3[berkdb(+)] )
32 >=sys-libs/zlib-1.1.4
33 - !libressl? ( >=dev-libs/openssl-0.9.6:0 )
34 - libressl? ( dev-libs/libressl )
35 + >=dev-libs/openssl-0.9.6:0
36 >=media-libs/audiofile-0.2.3
37 gpm? ( >=sys-libs/gpm-1.19.6 )
38 postgres? ( dev-db/postgresql:= )