diff options
author | 2013-01-01 08:25:29 +0000 | |
---|---|---|
committer | 2013-01-01 08:25:29 +0000 | |
commit | 3f471fb49e1084983e92f17d761506cdbfaa3fae (patch) | |
tree | b8ab75a626f7d79e44dfc156f5e6113dbfc7dd18 /sci-libs/cln | |
parent | Stable for arm, wrt bug #434930 (diff) | |
download | gentoo-2-3f471fb49e1084983e92f17d761506cdbfaa3fae.tar.gz gentoo-2-3f471fb49e1084983e92f17d761506cdbfaa3fae.tar.bz2 gentoo-2-3f471fb49e1084983e92f17d761506cdbfaa3fae.zip |
Stable for arm, 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 | 7 | ||||
-rw-r--r-- | sci-libs/cln/cln-1.3.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog index de3200ae4f9c..be2d86bb4193 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.61 2012/12/30 15:10:03 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.62 2013/01/01 08:25:29 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> cln-1.3.2-r1.ebuild: + Stable for arm, wrt bug #446100 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> cln-1.3.2-r1.ebuild: Stable for alpha, 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 6fd779b2e673..9c46ad65e8e7 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 +# Copyright 1999-2013 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.9 2012/12/30 15:10:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.2-r1.ebuild,v 1.10 2013/01/01 08:25:29 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 |