diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 08:31:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 08:31:39 +0000 |
commit | d1fcdf2eebb2dbcc7ba0be9179266867ab9f116c (patch) | |
tree | 6513abcee55fcd5dba0b90235af77df7e2465f2d /sci-libs | |
parent | Drop old (diff) | |
download | gentoo-2-d1fcdf2eebb2dbcc7ba0be9179266867ab9f116c.tar.gz gentoo-2-d1fcdf2eebb2dbcc7ba0be9179266867ab9f116c.tar.bz2 gentoo-2-d1fcdf2eebb2dbcc7ba0be9179266867ab9f116c.zip |
Stable for alpha, wrt bug #545420
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs')
-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 c351f64a68d3..949b6d8cadab 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.67 2015/04/08 13:35:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.68 2015/04/13 08:31:39 ago Exp $ + + 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> cln-1.3.3.ebuild: + Stable for alpha, wrt bug #545420 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> cln-1.3.3.ebuild: Stable for amd64, wrt bug #545420 diff --git a/sci-libs/cln/cln-1.3.3.ebuild b/sci-libs/cln/cln-1.3.3.ebuild index 825c5d3db8e1..18f71bef66e8 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.4 2015/04/08 13:35:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.3.ebuild,v 1.5 2015/04/13 08:31:39 ago 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" |