diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-09-14 15:51:26 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-09-14 15:51:26 +0000 |
commit | 171d7cba6ab819eea36306ff76533ae9199b6455 (patch) | |
tree | 09a93862d802226848c96aa65890a95cec5fceab /dev-libs/openssl | |
parent | Changed to econf and einstall. Patched configure to squash the (diff) | |
download | gentoo-2-171d7cba6ab819eea36306ff76533ae9199b6455.tar.gz gentoo-2-171d7cba6ab819eea36306ff76533ae9199b6455.tar.bz2 gentoo-2-171d7cba6ab819eea36306ff76533ae9199b6455.zip |
initial alpha (axp) support for gentoo
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/openssl-0.9.6e.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.6g.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/openssl/openssl-0.9.6e.ebuild b/dev-libs/openssl/openssl-0.9.6e.ebuild index b3046f3112ff..608bc0536470 100644 --- a/dev-libs/openssl/openssl-0.9.6e.ebuild +++ b/dev-libs/openssl/openssl-0.9.6e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.6e.ebuild,v 1.4 2002/08/14 04:57:22 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.6e.ebuild,v 1.5 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Toolkit for SSL v2/v3 and TLS v1" @@ -11,7 +11,7 @@ RDEPEND="virtual/glibc" DEPEND="${RDEPEND} >=sys-devel/perl-5" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_unpack() { unpack ${A} ; cd ${S} diff --git a/dev-libs/openssl/openssl-0.9.6g.ebuild b/dev-libs/openssl/openssl-0.9.6g.ebuild index f824482ec199..fe570261a8b4 100644 --- a/dev-libs/openssl/openssl-0.9.6g.ebuild +++ b/dev-libs/openssl/openssl-0.9.6g.ebuild @@ -10,7 +10,7 @@ RDEPEND="virtual/glibc" DEPEND="${RDEPEND} >=sys-devel/perl-5" LICENSE="as-is" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 alpha" src_unpack() { unpack ${A} ; cd ${S} |