diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 23:38:49 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 23:38:49 +0000 |
commit | 2577fbe1896965ce997faf4b5a5d399eee63d084 (patch) | |
tree | 4da9544d72e281cdd4ae93264e68eb65031bc93a /net-mail/pinepgp | |
parent | fix tail -1 issue and copyright headers (Manifest recommit) (diff) | |
download | gentoo-2-2577fbe1896965ce997faf4b5a5d399eee63d084.tar.gz gentoo-2-2577fbe1896965ce997faf4b5a5d399eee63d084.tar.bz2 gentoo-2-2577fbe1896965ce997faf4b5a5d399eee63d084.zip |
fix bug #36237, and update copyright headers to correct date
Diffstat (limited to 'net-mail/pinepgp')
-rw-r--r-- | net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild | 6 | ||||
-rw-r--r-- | net-mail/pinepgp/pinepgp-0.18.0.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild b/net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild index ceb858b2a528..de67d22c1b59 100644 --- a/net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild +++ b/net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.5 2003/07/13 13:32:32 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.6 2004/01/05 23:38:49 robbat2 Exp $ DESCRIPTION="Use GPG/PGP with Pine" HOMEPAGE="http://www.megaloman.com/~hany/software/pinepgp/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -RDEPEND="net-mail/pine" +RDEPEND="net-mail/pine app-crypt/gnupg" DEPEND="${RDEPEND}" S="${WORKDIR}/${P}" diff --git a/net-mail/pinepgp/pinepgp-0.18.0.ebuild b/net-mail/pinepgp/pinepgp-0.18.0.ebuild index 5206388d5d9c..ebc8e155b699 100644 --- a/net-mail/pinepgp/pinepgp-0.18.0.ebuild +++ b/net-mail/pinepgp/pinepgp-0.18.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pinepgp/pinepgp-0.18.0.ebuild,v 1.7 2003/07/13 13:32:32 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pinepgp/pinepgp-0.18.0.ebuild,v 1.8 2004/01/05 23:38:49 robbat2 Exp $ DESCRIPTION="Use GPG/PGP with Pine" HOMEPAGE="http://www.megaloman.com/~hany/software/pinepgp/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc " -RDEPEND="net-mail/pine" +RDEPEND="net-mail/pine app-crypt/gnupg" DEPEND="${RDEPEND}" S="${WORKDIR}/${P}" |