summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-10 11:39:03 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-10 11:39:03 +0000
commitc9215bacaf3c148e5e6a36bde3aefa92816a9bc7 (patch)
tree5812aa7c4f14a147d4b396a82052c09aaa02278c /net-print/hplip
parentIntroduce gsm useflag. Adds support for the gsm lossy speech compression codec. (diff)
downloadgentoo-2-c9215bacaf3c148e5e6a36bde3aefa92816a9bc7.tar.gz
gentoo-2-c9215bacaf3c148e5e6a36bde3aefa92816a9bc7.tar.bz2
gentoo-2-c9215bacaf3c148e5e6a36bde3aefa92816a9bc7.zip
Fix older hplip versions policykit depend as well, polkit-1 support is there
(Portage version: 2.2_rc90/cvs/Linux x86_64)
Diffstat (limited to 'net-print/hplip')
-rw-r--r--net-print/hplip/ChangeLog5
-rw-r--r--net-print/hplip/hplip-3.10.6.ebuild4
-rw-r--r--net-print/hplip/hplip-3.9.12-r1.ebuild4
-rw-r--r--net-print/hplip/metadata.xml2
4 files changed, 8 insertions, 7 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog
index a2c098daca1b..0b6b04f91740 100644
--- a/net-print/hplip/ChangeLog
+++ b/net-print/hplip/ChangeLog
@@ -1,8 +1,9 @@
# ChangeLog for net-print/hplip
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.168 2010/10/06 18:47:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.169 2010/10/10 11:39:03 ssuominen Exp $
- 06 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> hplip-3.10.9.ebuild:
+ 10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> hplip-3.10.9.ebuild,
+ hplip-3.10.6.ebuild, hplip-3.9.12-r1.ebuild:
Fix PolicyKit dependencies (polkit-1 support is present).
*hplip-3.10.9 (04 Oct 2010)
diff --git a/net-print/hplip/hplip-3.10.6.ebuild b/net-print/hplip/hplip-3.10.6.ebuild
index 83b9a777e133..4cbec9d9c162 100644
--- a/net-print/hplip/hplip-3.10.6.ebuild
+++ b/net-print/hplip/hplip-3.10.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.10.6.ebuild,v 1.2 2010/08/28 15:02:44 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.10.6.ebuild,v 1.3 2010/10/10 11:39:03 ssuominen Exp $
EAPI=2
@@ -63,7 +63,7 @@ RDEPEND="${COMMON_DEPEND}
dev-python/notify-python
)
policykit? (
- sys-auth/policykit
+ sys-auth/polkit
)
)
)"
diff --git a/net-print/hplip/hplip-3.9.12-r1.ebuild b/net-print/hplip/hplip-3.9.12-r1.ebuild
index fbf067c3c608..5d03c9a5fd57 100644
--- a/net-print/hplip/hplip-3.9.12-r1.ebuild
+++ b/net-print/hplip/hplip-3.9.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.12-r1.ebuild,v 1.9 2010/05/04 19:30:24 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.12-r1.ebuild,v 1.10 2010/10/10 11:39:03 ssuominen Exp $
EAPI=2
@@ -56,7 +56,7 @@ RDEPEND="${COMMON_DEPEND}
dev-python/notify-python
)
policykit? (
- sys-auth/policykit
+ sys-auth/polkit
)
)
)"
diff --git a/net-print/hplip/metadata.xml b/net-print/hplip/metadata.xml
index a6b05e4be6c1..806b336144e1 100644
--- a/net-print/hplip/metadata.xml
+++ b/net-print/hplip/metadata.xml
@@ -23,7 +23,7 @@
<flag name="libnotify">Enables desktop notifications</flag>
<flag name="minimal">Only build internal hpijs/hpcups driver (not recommended at all, make sure you know what you are doing)</flag>
<flag name="parport">Enable parallel port for devices which require it</flag>
- <flag name="policykit">Enable sys-auth/policykit authentication support</flag>
+ <flag name="policykit">Enable sys-auth/polkit authentication support</flag>
<flag name="qt4">Enable graphical interface using Qt 4</flag>
<flag name="scanner">Enable scanner on multifunction devices which support it</flag>
<flag name="snmp">Add support for <pkg>net-analyzer/net-snmp</pkg> which enables this driver to work over networks (both for server and client)</flag>