diff options
author | 2010-02-12 11:15:17 +0000 | |
---|---|---|
committer | 2010-02-12 11:15:17 +0000 | |
commit | bedcadb6d317eab8f351f81c5bfdeefaa549122e (patch) | |
tree | d64d5cd1a920db188c5143c1e001c9610b951120 /net-print | |
parent | Add ~x86 keyword (tested in development container). (diff) | |
download | gentoo-2-bedcadb6d317eab8f351f81c5bfdeefaa549122e.tar.gz gentoo-2-bedcadb6d317eab8f351f81c5bfdeefaa549122e.tar.bz2 gentoo-2-bedcadb6d317eab8f351f81c5bfdeefaa549122e.zip |
amd64 stable, bug 304079
(Portage version: 2.1.7.16/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.9.12-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 7185e201a07f..9972a162130d 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.144 2010/01/12 18:52:16 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.145 2010/02/12 11:15:17 pacho Exp $ + + 12 Feb 2010; Pacho Ramos <pacho@gentoo.org> hplip-3.9.12-r1.ebuild: + amd64 stable, bug 304079 12 Jan 2010; Daniel Pielmeier <billie@gentoo.org> metadata.xml: Rephrase USE flag description for static-ppds. diff --git a/net-print/hplip/hplip-3.9.12-r1.ebuild b/net-print/hplip/hplip-3.9.12-r1.ebuild index 24bfbdb06fe8..6bb1649a7ab5 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.2 2010/01/02 19:49:06 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.12-r1.ebuild,v 1.3 2010/02/12 11:15:17 pacho Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" # zeroconf does not work properly with >=cups-1.4. thus support for it is also disabled in hplip. IUSE="doc fax gtk +hpcups hpijs libnotify minimal -new-hpcups parport policykit qt4 scanner snmp static-ppds -udev-acl" |