summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 02:38:31 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 02:38:31 +0000
commit8a5980132f20ed31f853867ed4a29d786a50f400 (patch)
tree1d72e8ae7a5d9cd09f30ba0c74ac27c83450914b /app-crypt/seahorse
parentChanged mkdir ${D} to dodir ${D} (diff)
downloadhistorical-8a5980132f20ed31f853867ed4a29d786a50f400.tar.gz
historical-8a5980132f20ed31f853867ed4a29d786a50f400.tar.bz2
historical-8a5980132f20ed31f853867ed4a29d786a50f400.zip
Changed econf||die to econf
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r--app-crypt/seahorse/seahorse-0.5.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/seahorse/seahorse-0.5.0.ebuild b/app-crypt/seahorse/seahorse-0.5.0.ebuild
index 227d8134c123..474bad6af922 100644
--- a/app-crypt/seahorse/seahorse-0.5.0.ebuild
+++ b/app-crypt/seahorse/seahorse-0.5.0.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.16 2002/10/18 20:56:40 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.17 2002/11/30 02:38:31 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="gnome front end to gnupg"
SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz"
HOMEPAGE="http://seahorse.sourceforge.net/"
@@ -16,7 +15,7 @@ DEPEND="virtual/x11
>=gnome-base/gnome-libs-1.4.1.2-r1"
src_compile() {
- econf || die
+ econf
emake || die
}