summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2013-03-24 01:34:22 +0100
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2013-03-24 01:34:22 +0100
commit82b26a9b7e01af96e5a99700d9029b9c843d1269 (patch)
tree0c361cbcfe0228b19448bb62ab8b20c695749f34
parentd7fabee04bcb9a7c40befb71d09df751222c8ba3 (diff)
downloadkde-82b26a9b7e01af96e5a99700d9029b9c843d1269.tar.gz
kde-82b26a9b7e01af96e5a99700d9029b9c843d1269.tar.bz2
kde-82b26a9b7e01af96e5a99700d9029b9c843d1269.zip
[kde-base/print-manager] Dependency on Cups-1.6 not really needed anymore
Package-Manager: portage-2.2.0_alpha169
-rw-r--r--kde-base/print-manager/print-manager-4.10.49.9999.ebuild7
-rw-r--r--kde-base/print-manager/print-manager-9999.ebuild7
2 files changed, 2 insertions, 12 deletions
diff --git a/kde-base/print-manager/print-manager-4.10.49.9999.ebuild b/kde-base/print-manager/print-manager-4.10.49.9999.ebuild
index 24411a49685..e61059a195b 100644
--- a/kde-base/print-manager/print-manager-4.10.49.9999.ebuild
+++ b/kde-base/print-manager/print-manager-4.10.49.9999.ebuild
@@ -11,7 +11,7 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- >=net-print/cups-1.6.0[dbus]
+ net-print/cups[dbus]
"
RDEPEND="${DEPEND}
!kde-misc/print-manager
@@ -19,8 +19,3 @@ RDEPEND="${DEPEND}
add_blocker printer-applet
add_blocker system-config-printer-kde
-
-src_configure() {
- mycmakeargs=( -DCUPS_1_6=ON )
- kde4-base_src_configure
-}
diff --git a/kde-base/print-manager/print-manager-9999.ebuild b/kde-base/print-manager/print-manager-9999.ebuild
index 24411a49685..e61059a195b 100644
--- a/kde-base/print-manager/print-manager-9999.ebuild
+++ b/kde-base/print-manager/print-manager-9999.ebuild
@@ -11,7 +11,7 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- >=net-print/cups-1.6.0[dbus]
+ net-print/cups[dbus]
"
RDEPEND="${DEPEND}
!kde-misc/print-manager
@@ -19,8 +19,3 @@ RDEPEND="${DEPEND}
add_blocker printer-applet
add_blocker system-config-printer-kde
-
-src_configure() {
- mycmakeargs=( -DCUPS_1_6=ON )
- kde4-base_src_configure
-}