diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-09-28 22:08:19 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-09-28 22:08:19 +0000 |
commit | 915d3653d78be281b1e92b1f0ccd655a51e23d29 (patch) | |
tree | 19234de1920e6845e776875b72cf5a755416d709 /dev-libs/openssl/openssl-0.9.7l.ebuild | |
parent | Update conf.d, fixes bug #149403. (diff) | |
download | gentoo-2-915d3653d78be281b1e92b1f0ccd655a51e23d29.tar.gz gentoo-2-915d3653d78be281b1e92b1f0ccd655a51e23d29.tar.bz2 gentoo-2-915d3653d78be281b1e92b1f0ccd655a51e23d29.zip |
ppc stable, bug #145510
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-libs/openssl/openssl-0.9.7l.ebuild')
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7l.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/openssl/openssl-0.9.7l.ebuild b/dev-libs/openssl/openssl-0.9.7l.ebuild index 88aece747258..b64359e3744c 100644 --- a/dev-libs/openssl/openssl-0.9.7l.ebuild +++ b/dev-libs/openssl/openssl-0.9.7l.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7l.ebuild,v 1.5 2006/09/28 21:58:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7l.ebuild,v 1.6 2006/09/28 22:08:19 dertobi123 Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://openssl/source/${P}.tar.gz" LICENSE="openssl" SLOT="0" # make sure your arch is ABI compat before adding KEYWORD back in -KEYWORDS="-* ~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="-* ~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="emacs test bindist zlib" RDEPEND="" |