diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-06 18:47:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-06 18:47:21 +0000 |
commit | d06693d50b42292681672a06d2e5f16c426b9be4 (patch) | |
tree | a153f5e1bad85e9f6ce7e280ae29bd7f6610c6d5 /net-print | |
parent | Install hevea.sty in texmf-site and get rid of the TEXINPUTS "hack", bug #339... (diff) | |
download | gentoo-2-d06693d50b42292681672a06d2e5f16c426b9be4.tar.gz gentoo-2-d06693d50b42292681672a06d2e5f16c426b9be4.tar.bz2 gentoo-2-d06693d50b42292681672a06d2e5f16c426b9be4.zip |
Fix PolicyKit dependencies (polkit-1 support is present).
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.10.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index cc37e8933946..a2c098daca1b 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +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.167 2010/10/04 18:08:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.168 2010/10/06 18:47:21 ssuominen Exp $ + + 06 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> hplip-3.10.9.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.9.ebuild b/net-print/hplip/hplip-3.10.9.ebuild index cddb0760aba1..c465a6625438 100644 --- a/net-print/hplip/hplip-3.10.9.ebuild +++ b/net-print/hplip/hplip-3.10.9.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.9.ebuild,v 1.1 2010/10/04 18:08:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.10.9.ebuild,v 1.2 2010/10/06 18:47:21 ssuominen Exp $ EAPI=2 @@ -63,7 +63,7 @@ RDEPEND="${COMMON_DEPEND} dev-python/notify-python ) policykit? ( - sys-auth/policykit + sys-auth/polkit ) ) )" |