diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-03-05 19:58:22 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-03-05 20:10:40 +0100 |
commit | 553b751b2efe95f3c8ecccf118d2f4e2e1d97ad1 (patch) | |
tree | 1a1bfae37098a877d52994db9e0511c8875bd89e /app-editors/emacs | |
parent | sys-fs/udev: rev bump to fix a segmentation fault (diff) | |
download | gentoo-553b751b2efe95f3c8ecccf118d2f4e2e1d97ad1.tar.gz gentoo-553b751b2efe95f3c8ecccf118d2f4e2e1d97ad1.tar.bz2 gentoo-553b751b2efe95f3c8ecccf118d2f4e2e1d97ad1.zip |
app-editors/emacs: Enable SSL/TLS support with ssl instead of gnutls flag.
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/emacs-24.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/emacs/emacs-24.5-r1.ebuild b/app-editors/emacs/emacs-24.5-r1.ebuild index c16f16fcd172..6f518781ce3f 100644 --- a/app-editors/emacs/emacs-24.5-r1.ebuild +++ b/app-editors/emacs/emacs-24.5-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="24" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib" +IUSE="acl alsa aqua athena dbus games gconf gfile gif gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib" REQUIRED_USE="?? ( aqua X )" RDEPEND="sys-libs/ncurses:0 @@ -24,13 +24,13 @@ RDEPEND="sys-libs/ncurses:0 acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) - gnutls? ( net-libs/gnutls ) gpm? ( sys-libs/gpm ) hesiod? ( net-dns/hesiod ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) + ssl? ( net-libs/gnutls ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libXmu @@ -196,12 +196,12 @@ src_configure() { --with-file-notification=$(usev inotify || usev gfile || echo no) \ $(use_enable acl) \ $(use_with dbus) \ - $(use_with gnutls) \ $(use_with gpm) \ $(use_with hesiod) \ $(use_with kerberos) $(use_with kerberos kerberos5) \ $(use_with libxml2 xml2) \ $(use_with selinux) \ + $(use_with ssl gnutls) \ $(use_with wide-int) \ $(use_with zlib) \ ${myconf} |