diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-05-06 16:14:57 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-05-06 16:14:57 +0000 |
commit | 029c3583b38fb5a5ff4dc43de29915ffc0048bfb (patch) | |
tree | a1cd36eea11e1469f543c201b627d71ba0d47b83 /dev-ml/ocaml-ssl | |
parent | Version bump, pushing 028.027 as latest x86/amd64 stable. (diff) | |
download | historical-029c3583b38fb5a5ff4dc43de29915ffc0048bfb.tar.gz historical-029c3583b38fb5a5ff4dc43de29915ffc0048bfb.tar.bz2 historical-029c3583b38fb5a5ff4dc43de29915ffc0048bfb.zip |
Added ~ppc, bug #114277
Package-Manager: portage-2.1.2.6
Diffstat (limited to 'dev-ml/ocaml-ssl')
-rw-r--r-- | dev-ml/ocaml-ssl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ml/ocaml-ssl/ChangeLog b/dev-ml/ocaml-ssl/ChangeLog index 7c6979f500b1..5c9de7698524 100644 --- a/dev-ml/ocaml-ssl/ChangeLog +++ b/dev-ml/ocaml-ssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocaml-ssl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.2 2007/03/05 18:34:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.3 2007/05/06 16:14:25 dertobi123 Exp $ + + 06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> + ocaml-ssl-0.4.1.ebuild: + Added ~ppc, bug #114277 *ocaml-ssl-0.4.1 (05 Mar 2007) diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild index 118655a4ebfc..26aed082e19a 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild,v 1.1 2007/03/05 18:34:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild,v 1.2 2007/05/06 16:14:25 dertobi123 Exp $ inherit findlib eutils @@ -16,7 +16,7 @@ RDEPEND="$DEPEND" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" src_compile() { econf || die "configure failed" |