diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 15:39:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 15:39:26 +0300 |
commit | 14cb76ccc9e48c73dd0b5b788b6137d83f61f773 (patch) | |
tree | 9ff47d82b9c248a1280ed73d7c4ca811903df347 /app-editors | |
parent | media-plugins/gst-plugins-dtls: remove libressl support (diff) | |
download | gentoo-14cb76ccc9e48c73dd0b5b788b6137d83f61f773.tar.gz gentoo-14cb76ccc9e48c73dd0b5b788b6137d83f61f773.tar.bz2 gentoo-14cb76ccc9e48c73dd0b5b788b6137d83f61f773.zip |
app-editors/xemacs: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.34-r5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.34-r5.ebuild b/app-editors/xemacs/xemacs-21.5.34-r5.ebuild index 51534cc420ba..bcf39ec31bbd 100644 --- a/app-editors/xemacs/xemacs-21.5.34-r5.ebuild +++ b/app-editors/xemacs/xemacs-21.5.34-r5.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 ~sparc ~x86" -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" +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" X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps" @@ -24,8 +24,7 @@ RDEPEND=" berkdb? ( >=sys-libs/db-4:= !!<sys-libs/db-4 ) gdbm? ( >=sys-libs/gdbm-1.8.3[berkdb(+)] ) >=sys-libs/zlib-1.1.4 - !libressl? ( >=dev-libs/openssl-0.9.6:0 ) - libressl? ( dev-libs/libressl ) + >=dev-libs/openssl-0.9.6:0 >=media-libs/audiofile-0.2.3 gpm? ( >=sys-libs/gpm-1.19.6 ) postgres? ( dev-db/postgresql:= ) |