diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:52:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:52:13 +0000 |
commit | e8ba9535513b7eb237def291d97c2c1a4dea2751 (patch) | |
tree | 1c748825208e14c8caef0581de4472ef70933c60 /app-misc/tinyca | |
parent | Header fixes (diff) | |
download | historical-e8ba9535513b7eb237def291d97c2c1a4dea2751.tar.gz historical-e8ba9535513b7eb237def291d97c2c1a4dea2751.tar.bz2 historical-e8ba9535513b7eb237def291d97c2c1a4dea2751.zip |
lintool fixes
Diffstat (limited to 'app-misc/tinyca')
-rw-r--r-- | app-misc/tinyca/tinyca-0.4.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/tinyca/tinyca-0.4.2.ebuild b/app-misc/tinyca/tinyca-0.4.2.ebuild index f1de915cb1cf..87e8749571dd 100644 --- a/app-misc/tinyca/tinyca-0.4.2.ebuild +++ b/app-misc/tinyca/tinyca-0.4.2.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tinyca/tinyca-0.4.2.ebuild,v 1.3 2002/10/17 00:50:02 vapier Exp $ S="${WORKDIR}/TinyCA" DESCRIPTION="Simple Perl/Tk GUI to manage a small certification authority" @@ -13,7 +14,7 @@ KEYWORDS="x86" DEPEND=">=dev-libs/openssl-0.9.6b >=dev-perl/MIME-Base64-2.12 >=dev-perl/perl-tk-800.024" - +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |