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
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')
-rw-r--r--app-misc/note/Manifest2
-rw-r--r--app-misc/note/note-1.2.5.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/note/Manifest b/app-misc/note/Manifest
index ddc1e869d89d..072d6e0a5600 100644
--- a/app-misc/note/Manifest
+++ b/app-misc/note/Manifest
@@ -1,4 +1,4 @@
-MD5 352f1c0c492b9f72d1fd471cca2acb7e note-1.2.5.ebuild 573
+MD5 ce412de0d0413e4c6f3eb703bf96f188 note-1.2.5.ebuild 603
MD5 bdfc54cdad4b894348caf0645bb95933 ChangeLog 311
MD5 0258a43d15dc42cc4e9aacfa767a4ca1 metadata.xml 211
MD5 3d085f1802e378a2e32d3f11e93272f7 files/digest-note-1.2.5 61
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 )"