diff options
author | 2012-12-05 16:55:18 +0000 | |
---|---|---|
committer | 2012-12-05 16:55:18 +0000 | |
commit | 745561ae4ace98343e3b45cd1e9430b174e3bf13 (patch) | |
tree | 8ba22880c63abd6b72168e6f25a45729fac38888 /sci-libs/cln | |
parent | Fix LICENSE by Ulrich Müller (bug #446068). (diff) | |
download | gentoo-2-745561ae4ace98343e3b45cd1e9430b174e3bf13.tar.gz gentoo-2-745561ae4ace98343e3b45cd1e9430b174e3bf13.tar.bz2 gentoo-2-745561ae4ace98343e3b45cd1e9430b174e3bf13.zip |
Stable for HPPA (bug #446100).
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)
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 4d80d2eb6aa1..0c566fa52cea 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.53 2012/10/10 13:29:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.54 2012/12/05 16:55:18 jer Exp $ + + 05 Dec 2012; Jeroen Roovers <jer@gentoo.org> cln-1.3.2-r1.ebuild: + Stable for HPPA (bug #446100). *cln-1.3.2-r1 (10 Oct 2012) diff --git a/sci-libs/cln/cln-1.3.2-r1.ebuild b/sci-libs/cln/cln-1.3.2-r1.ebuild index a78a171fe107..698d79605a33 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.1 2012/10/10 13:29:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.2-r1.ebuild,v 1.2 2012/12/05 16:55:18 jer 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 |