diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 18:59:03 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 18:59:03 +0000 |
commit | 3268e1975ad5896f9375c33d5550bc5f30adbc9c (patch) | |
tree | 5d0b05e5bd5aeb8d784c468f3c3ef927ea5f3ce2 /sci-libs/cln | |
parent | ppc stable wrt bug #546374 (diff) | |
download | gentoo-2-3268e1975ad5896f9375c33d5550bc5f30adbc9c.tar.gz gentoo-2-3268e1975ad5896f9375c33d5550bc5f30adbc9c.tar.bz2 gentoo-2-3268e1975ad5896f9375c33d5550bc5f30adbc9c.zip |
ppc stable wrt bug #545420
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-libs/cln')
-rw-r--r-- | sci-libs/cln/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cln/cln-1.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog index 9ecef6187eb2..f6e1d92e512f 100644 --- a/sci-libs/cln/ChangeLog +++ b/sci-libs/cln/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cln # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.70 2015/04/19 10:04:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.71 2015/04/21 18:59:03 pacho Exp $ + + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> cln-1.3.3.ebuild: + ppc stable wrt bug #545420 19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> cln-1.3.3.ebuild: Stable for x86, wrt bug #545420 diff --git a/sci-libs/cln/cln-1.3.3.ebuild b/sci-libs/cln/cln-1.3.3.ebuild index 3bdf53a45c86..de027e8cbc6b 100644 --- a/sci-libs/cln/cln-1.3.3.ebuild +++ b/sci-libs/cln/cln-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.3.ebuild,v 1.7 2015/04/19 10:04:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.3.ebuild,v 1.8 2015/04/21 18:59:03 pacho Exp $ EAPI=5 @@ -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" RDEPEND="dev-libs/gmp" |