diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-23 20:34:29 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-23 21:38:24 +0200 |
commit | 88959e1e79c27822192f67bb7d65bbed4990d4aa (patch) | |
tree | e74fab70a9bb363b7e9d6d948f903c6d3abb815b /app-text/evince | |
parent | gnome-extra/gnome-contacts: bump to 3.30.2, ebuild touchups (diff) | |
download | gentoo-88959e1e79c27822192f67bb7d65bbed4990d4aa.tar.gz gentoo-88959e1e79c27822192f67bb7d65bbed4990d4aa.tar.bz2 gentoo-88959e1e79c27822192f67bb7d65bbed4990d4aa.zip |
app-text/evince: don't default enable postscript (security concerns)
Closes: https://bugs.gentoo.org/676212
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text/evince')
-rw-r--r-- | app-text/evince/evince-3.28.5-r1.ebuild (renamed from app-text/evince/evince-3.28.5.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/evince/evince-3.28.5.ebuild b/app-text/evince/evince-3.28.5-r1.ebuild index 4140767692c0..f58dff9453f1 100644 --- a/app-text/evince/evince-3.28.5.ebuild +++ b/app-text/evince/evince-3.28.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evince" LICENSE="GPL-2+ CC-BY-SA-3.0" # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3) SLOT="0/evd3.4-evv3.3" -IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin +postscript t1lib tiff xps" +IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin postscript t1lib tiff xps" KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris" # atk used in libview |