summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGokturk Yuksek <gokturk@binghamton.edu>2016-01-01 14:53:54 -0500
committerNP-Hardass <NP-Hardass@gentoo.org>2016-01-01 15:02:46 -0500
commit807692792cb176597ec025a3f1773aeb28ff413f (patch)
treeebd873ae99ec423282625db6ad89b0bd2a45afe8 /app-text/atril/atril-1.8.0.ebuild
parentsys-process/at: Removed old. (diff)
downloadgentoo-807692792cb176597ec025a3f1773aeb28ff413f.tar.gz
gentoo-807692792cb176597ec025a3f1773aeb28ff413f.tar.bz2
gentoo-807692792cb176597ec025a3f1773aeb28ff413f.zip
app-text/atril: mask USE flag 'ps' and rename it to 'postscript' #564422
Local use flag 'ps' enables postscript support. However, the global USE flag 'postscript' provides the same meaning. Mask the old 'ps' use flag in package.use.mask of the base profile and rename it to 'postscript'. Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=564422 Package-Manager: portage-2.2.24 Signed-off-by: NP-Hardass <NP-Hardass@gentoo.org>
Diffstat (limited to 'app-text/atril/atril-1.8.0.ebuild')
-rw-r--r--app-text/atril/atril-1.8.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/atril/atril-1.8.0.ebuild b/app-text/atril/atril-1.8.0.ebuild
index 52230e04b249..2cce21d082c6 100644
--- a/app-text/atril/atril-1.8.0.ebuild
+++ b/app-text/atril/atril-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,7 +20,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="caja dbus debug djvu dvi +introspection gnome-keyring +ps t1lib tiff xps"
+IUSE="caja dbus debug djvu dvi +introspection gnome-keyring +postscript t1lib tiff xps"
RDEPEND=">=app-text/poppler-0.14:0=[cairo]
app-text/rarian:0
@@ -45,7 +45,7 @@ RDEPEND=">=app-text/poppler-0.14:0=[cairo]
)
gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
introspection? ( >=dev-libs/gobject-introspection-0.6:0 )
- ps? ( >=app-text/libspectre-0.2:0 )
+ postscript? ( >=app-text/libspectre-0.2:0 )
tiff? ( >=media-libs/tiff-3.6:0 )
xps? ( >=app-text/libgxps-0.0.1:0 )
!!app-text/mate-document-viewer"
@@ -89,7 +89,7 @@ src_configure() {
$(use_with gnome-keyring keyring) \
$(use_enable introspection) \
$(use_enable caja) \
- $(use_enable ps) \
+ $(use_enable postscript ps) \
$(use_enable t1lib) \
$(use_enable tiff) \
$(use_enable xps)