diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-30 18:08:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-30 18:08:43 +0000 |
commit | 3478ff8cd7f9200c724b0109a11b23f2564d4fd8 (patch) | |
tree | 5099370f031c96cb51b6eaf60f3d4048da37446f /sci-libs/cln | |
parent | Add prefix keywords, change EAPI to 3. (diff) | |
download | gentoo-2-3478ff8cd7f9200c724b0109a11b23f2564d4fd8.tar.gz gentoo-2-3478ff8cd7f9200c724b0109a11b23f2564d4fd8.tar.bz2 gentoo-2-3478ff8cd7f9200c724b0109a11b23f2564d4fd8.zip |
ia64/sparc stable wrt #297350
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'sci-libs/cln')
-rw-r--r-- | sci-libs/cln/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cln/cln-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog index 03ba807b1dbc..225917b66fcf 100644 --- a/sci-libs/cln/ChangeLog +++ b/sci-libs/cln/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cln # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.48 2010/01/23 16:02:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.49 2010/01/30 18:08:42 armin76 Exp $ + + 30 Jan 2010; Raúl Porcel <armin76@gentoo.org> cln-1.3.1.ebuild: + ia64/sparc stable wrt #297350 23 Jan 2010; Tobias Klausmann <klausman@gentoo.org> cln-1.3.1.ebuild: Stable on alpha, bug #297350 diff --git a/sci-libs/cln/cln-1.3.1.ebuild b/sci-libs/cln/cln-1.3.1.ebuild index 050e757c8a84..5b81893a7487 100644 --- a/sci-libs/cln/cln-1.3.1.ebuild +++ b/sci-libs/cln/cln-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.1.ebuild,v 1.9 2010/01/23 16:02:44 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.1.ebuild,v 1.10 2010/01/30 18:08:43 armin76 Exp $ EAPI=2 inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="1" -KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples" DEPEND="dev-libs/gmp |