diff options
author | 2005-10-22 22:01:29 +0000 | |
---|---|---|
committer | 2005-10-22 22:01:29 +0000 | |
commit | 181c7089c872e5c6063039d24c6dec5b0c0d95af (patch) | |
tree | 9393329dddab52af304eca605f77185d0b658fc6 /net-print/mtink/mtink-1.0.9.ebuild | |
parent | Version Bump (diff) | |
download | historical-181c7089c872e5c6063039d24c6dec5b0c0d95af.tar.gz historical-181c7089c872e5c6063039d24c6dec5b0c0d95af.tar.bz2 historical-181c7089c872e5c6063039d24c6dec5b0c0d95af.zip |
Fix typo thanks to ph <phajdan.jr@gmail.com> closes bug #110061. Removing older version.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'net-print/mtink/mtink-1.0.9.ebuild')
-rw-r--r-- | net-print/mtink/mtink-1.0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-print/mtink/mtink-1.0.9.ebuild b/net-print/mtink/mtink-1.0.9.ebuild index c7df4c2a17ec..7633fbf93bd9 100644 --- a/net-print/mtink/mtink-1.0.9.ebuild +++ b/net-print/mtink/mtink-1.0.9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.9.ebuild,v 1.2 2005/08/09 17:58:11 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.9.ebuild,v 1.3 2005/10/22 22:01:29 metalgod Exp $ + +inherit eutils DESCRIPTION="mtink is a status monitor and inkjet cartridge changer for some Epson printers" HOMEPAGE="http://xwtools.automatix.de/" @@ -13,8 +15,6 @@ IUSE="cups doc X" DEPEND="X? ( x11-libs/openmotif virtual/x11 ) cups? ( net-print/cups )" -inherit eutils - src_compile() { local mytargets mytargets="ttink detect/askPrinter mtinkd" |