diff options
author | Brian Norris <computersforpeace@gmail.com> | 2016-02-05 17:23:45 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-10 21:16:00 -0500 |
commit | 4adb3f4034e0b22a089470fbbf9de19e65ca6331 (patch) | |
tree | 294dbff2c045f9f72090a7ffc639515b60fdadb3 /net-print/cups/cups-9999.ebuild | |
parent | sys-cluster/openmpi: 1.10.2 (diff) | |
download | gentoo-4adb3f4034e0b22a089470fbbf9de19e65ca6331.tar.gz gentoo-4adb3f4034e0b22a089470fbbf9de19e65ca6331.tar.bz2 gentoo-4adb3f4034e0b22a089470fbbf9de19e65ca6331.zip |
net-print/cups{,-filters}: consolidate dependencies into cups-filters #573970
Currently, the CUPS ebuild is specifying the required USE flags and
dependencies for ghostscript and poppler. However, these utilities are
only required by the cups-filters ebuild, not CUPS proper.
Let's move the dependencies to cups-filters and phase out those
dependencies in the CUPS ebuild.
Diffstat (limited to 'net-print/cups/cups-9999.ebuild')
-rw-r--r-- | net-print/cups/cups-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-print/cups/cups-9999.ebuild b/net-print/cups/cups-9999.ebuild index 6e5807f4593f..c71f15292b6f 100644 --- a/net-print/cups/cups-9999.ebuild +++ b/net-print/cups/cups-9999.ebuild @@ -76,11 +76,7 @@ RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-cups ) " -PDEPEND=" - app-text/ghostscript-gpl[cups] - app-text/poppler[utils] - >=net-print/cups-filters-1.0.43 -" +PDEPEND=">=net-print/cups-filters-1.0.43" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) |