diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-08 16:31:59 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-08 16:31:59 +0000 |
commit | bd034293728aa83bce363afe2ef3d04762d744ca (patch) | |
tree | 8dbf6dd9993e24c7ae8bf542784670e45f7708be /dev-libs/openssl | |
parent | Mark 0.8.11 stable on alpha (diff) | |
download | gentoo-2-bd034293728aa83bce363afe2ef3d04762d744ca.tar.gz gentoo-2-bd034293728aa83bce363afe2ef3d04762d744ca.tar.bz2 gentoo-2-bd034293728aa83bce363afe2ef3d04762d744ca.zip |
Stable on ppc. bug 122071
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7i.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index 93a996c08215..1150b6a58850 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/openssl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.144 2006/02/08 06:51:18 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.145 2006/02/08 16:31:59 nixnut Exp $ + + 08 Feb 2006; <nixnut@gentoo.org> openssl-0.9.7i.ebuild: + Stable on ppc. bug 122071 08 Feb 2006; Saleem Abdulrasool <compnerd@gentoo.org> openssl-0.9.7i.ebuild: diff --git a/dev-libs/openssl/openssl-0.9.7i.ebuild b/dev-libs/openssl/openssl-0.9.7i.ebuild index 7030fa4acc13..1da3a951d156 100644 --- a/dev-libs/openssl/openssl-0.9.7i.ebuild +++ b/dev-libs/openssl/openssl-0.9.7i.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.7i.ebuild,v 1.12 2006/02/08 06:51:18 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7i.ebuild,v 1.13 2006/02/08 16:31:59 nixnut 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" +KEYWORDS="-* ~alpha ~amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86" IUSE="emacs test bindist zlib" RDEPEND="" |