diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2013-02-24 10:52:07 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2013-02-24 10:52:07 +0000 |
commit | 84201c8e43dcbcdb754184a322c381b7d2f025d1 (patch) | |
tree | 9d30cdd08dfe888badb89744266508e8a41af87c /net-print/hplip | |
parent | Fix LICENSE again, it was swept off by the last version bump. (diff) | |
download | gentoo-2-84201c8e43dcbcdb754184a322c381b7d2f025d1.tar.gz gentoo-2-84201c8e43dcbcdb754184a322c381b7d2f025d1.tar.bz2 gentoo-2-84201c8e43dcbcdb754184a322c381b7d2f025d1.zip |
Use PYTHON_USEDEP for notify-python as it now uses python-r1.
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'net-print/hplip')
-rw-r--r-- | net-print/hplip/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.13.2-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 89af9d08e8b1..19384119373d 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/hplip # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.263 2013/02/21 19:10:07 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.264 2013/02/24 10:52:07 billie Exp $ + + 24 Feb 2013; Daniel Pielmeier <billie@gentoo.org> hplip-3.13.2-r1.ebuild: + Use PYTHON_USEDEP for notify-python as it now uses python-r1. *hplip-3.13.2-r1 (21 Feb 2013) diff --git a/net-print/hplip/hplip-3.13.2-r1.ebuild b/net-print/hplip/hplip-3.13.2-r1.ebuild index d8f4cc4719f4..f0ce7e464263 100644 --- a/net-print/hplip/hplip-3.13.2-r1.ebuild +++ b/net-print/hplip/hplip-3.13.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.13.2-r1.ebuild,v 1.1 2013/02/21 19:10:07 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.13.2-r1.ebuild,v 1.2 2013/02/24 10:52:07 billie Exp $ EAPI=5 @@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="doc fax +hpcups hpijs kde libnotify -libusb0 minimal parport policykit qt4 scanner snmp static-ppds X" # TODO: check if net-print/cups, sys-apps/dbus, net-analyzer/net-snmp -# and dev-python/notify-python are migrated to python-r1 +# are migrated to python-r1 COMMON_DEPEND=" virtual/jpeg @@ -69,7 +69,7 @@ RDEPEND="${COMMON_DEPEND} qt4? ( >=dev-python/PyQt4-4.9.6-r2[dbus,X,${PYTHON_USEDEP}] libnotify? ( - dev-python/notify-python + >=dev-python/notify-python-0.1.1-r3[${PYTHON_USEDEP}] ) ) )" |