diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2004-01-21 20:34:54 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2004-01-21 20:34:54 +0000 |
commit | 9e24b224eb5b3712049b2f01b59402efa544d5ed (patch) | |
tree | 86568312776b8ee81f3342a0fc8ea56085023039 /app-misc/note/note-1.2.5.ebuild | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-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.ebuild | 6 |
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 )" |