summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2004-01-21 20:34:54 +0000
committerRyan Phillips <rphillips@gentoo.org>2004-01-21 20:34:54 +0000
commit9e24b224eb5b3712049b2f01b59402efa544d5ed (patch)
tree86568312776b8ee81f3342a0fc8ea56085023039 /app-misc/note/note-1.2.5.ebuild
parentrepoman: Trim trailing whitespace (diff)
downloadgentoo-2-9e24b224eb5b3712049b2f01b59402efa544d5ed.tar.gz
gentoo-2-9e24b224eb5b3712049b2f01b59402efa544d5ed.tar.bz2
gentoo-2-9e24b224eb5b3712049b2f01b59402efa544d5ed.zip
misc fixes. depends and IUSE
Diffstat (limited to 'app-misc/note/note-1.2.5.ebuild')
-rw-r--r--app-misc/note/note-1.2.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/note/note-1.2.5.ebuild b/app-misc/note/note-1.2.5.ebuild
index ada1e03b1b47..a1ab2c21d278 100644
--- a/app-misc/note/note-1.2.5.ebuild
+++ b/app-misc/note/note-1.2.5.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/note/note-1.2.5.ebuild,v 1.1 2004/01/21 18:11:31 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/note/note-1.2.5.ebuild,v 1.2 2004/01/21 20:34:47 rphillips Exp $
inherit perl-module
DESCRIPTION="a note taking perl program"
SRC_URI="ftp://ftp.daemon.de/scip/Apps/note/${P}.tar.gz"
HOMEPAGE="http://www.daemon.de/NOTE"
-IUSE=""
+IUSE="crypt mysql"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND="dev-perl/TermReadKey
dev-perl/Term-ReadLine-Perl
crypt? ( dev-perl/crypt-cbc dev-perl/Crypt-Blowfish )
- mysql? ( dev-db/mysql )"
+ mysql? ( dev-db/mysql dev-perl/DBD-mysql )"