diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:59:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:59:09 +0000 |
commit | 62dc60afcf6be6a130795371bf13e59f16af02a0 (patch) | |
tree | bb08ac58dfd7bfbde81f7f5749899d9e2c7f12b6 /net-print/pnm2ppa | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-62dc60afcf6be6a130795371bf13e59f16af02a0.tar.gz gentoo-2-62dc60afcf6be6a130795371bf13e59f16af02a0.tar.bz2 gentoo-2-62dc60afcf6be6a130795371bf13e59f16af02a0.zip |
sync IUSE (+gtk, +ncurses), trim trailing whitespace
Diffstat (limited to 'net-print/pnm2ppa')
-rw-r--r-- | net-print/pnm2ppa/pnm2ppa-1.12.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-print/pnm2ppa/pnm2ppa-1.12.ebuild b/net-print/pnm2ppa/pnm2ppa-1.12.ebuild index 00cff4252b08..6ae5fbad5bdc 100644 --- a/net-print/pnm2ppa/pnm2ppa-1.12.ebuild +++ b/net-print/pnm2ppa/pnm2ppa-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/pnm2ppa/pnm2ppa-1.12.ebuild,v 1.10 2004/06/25 00:41:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/pnm2ppa/pnm2ppa-1.12.ebuild,v 1.11 2004/07/15 03:59:09 agriffis Exp $ # Note: this also d/ls the hp-ppa-howto and installs it under /usr/share/doc/${P} @@ -12,7 +12,7 @@ KEYWORDS="x86 ~amd64" SLOT="0" DESCRIPTION="Print driver for Hp Deskjet 710, 712, 720, 722, 820, 1000 series" LICENSE="GPL-2" -IUSE="" +IUSE="gtk ncurses" # note: this doesn't depend on virtual/lpr, because it can work on its own, # just without queueing etc. since it's not just a driver but a standalone @@ -109,4 +109,3 @@ pkg_postinst() { einfo "" einfo "Note: lpr has been configured for default papersize letter" } - |