diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-09 22:49:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-09 22:49:45 +0000 |
commit | 007da2c64b234cade5c582cb869e75e440e6e00c (patch) | |
tree | 6e567843b026e587b3942abd399b6fe5c326215e /sci-libs/cln | |
parent | Version bump, adds shared memory pool with gcr. Drop old. (diff) | |
download | gentoo-2-007da2c64b234cade5c582cb869e75e440e6e00c.tar.gz gentoo-2-007da2c64b234cade5c582cb869e75e440e6e00c.tar.bz2 gentoo-2-007da2c64b234cade5c582cb869e75e440e6e00c.zip |
Stable for ppc64, wrt bug #446100
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sci-libs/cln')
-rw-r--r-- | sci-libs/cln/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cln/cln-1.3.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog index 88156d47e06b..8aeb9d315cde 100644 --- a/sci-libs/cln/ChangeLog +++ b/sci-libs/cln/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cln # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.56 2012/12/07 21:31:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.57 2012/12/09 22:49:45 ago Exp $ + + 09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> cln-1.3.2-r1.ebuild: + Stable for ppc64, wrt bug #446100 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> cln-1.3.2-r1.ebuild: Stable for ppc, wrt bug #446100 diff --git a/sci-libs/cln/cln-1.3.2-r1.ebuild b/sci-libs/cln/cln-1.3.2-r1.ebuild index 24c949b76426..cb1dbeeab09b 100644 --- a/sci-libs/cln/cln-1.3.2-r1.ebuild +++ b/sci-libs/cln/cln-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.2-r1.ebuild,v 1.4 2012/12/07 21:31:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.2-r1.ebuild,v 1.5 2012/12/09 22:49:45 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="1" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples static-libs" DEPEND="dev-libs/gmp |