summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.2.3-r1.ebuild')
-rw-r--r--app-crypt/gnupg/gnupg-1.2.3-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/gnupg/gnupg-1.2.3-r1.ebuild b/app-crypt/gnupg/gnupg-1.2.3-r1.ebuild
index db5e2eef4d54..1ca5d230ee0c 100644
--- a/app-crypt/gnupg/gnupg-1.2.3-r1.ebuild
+++ b/app-crypt/gnupg/gnupg-1.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r1.ebuild,v 1.1 2003/08/26 19:54:01 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r1.ebuild,v 1.2 2003/09/06 22:15:09 msterret Exp $
DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement"
HOMEPAGE="http://www.gnupg.org/"
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~alpha ~sparc"
IUSE="X zlib ldap nls"
-DEPEND="dev-lang/perl
+DEPEND="dev-lang/perl
X? ( x11-misc/xloadimage )
zlib? ( sys-libs/zlib )
ldap? ( net-nds/openldap )"
@@ -24,7 +24,7 @@ src_compile() {
myconf="${myconf} `use_enable ldap`"
myconf="${myconf} `use_enable X photo-viewers`"
myconf="${myconf} `use_with zlib included-zlib`"
-
+
# Still needed?
# Bug #6387, --enable-m-guard causes bus error on sparcs
if ! use sparc; then
@@ -43,12 +43,12 @@ src_install() {
rm -rf "${D}/usr/share/gnupg/FAQ" "${D}/usr/share/gnupg/faq.html"
dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS PROJECTS README \
THANKS TODO VERSION doc/{FAQ,HACKING,DETAILS,ChangeLog,OpenPGP,faq.raw}
-
+
docinto sgml
dodoc doc/*.sgml
dohtml doc/faq.html
-
+
chmod u+s "${D}/usr/bin/gpg"
}