diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-01-23 16:02:44 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-01-23 16:02:44 +0000 |
commit | 401850468b2b74c23123e803bdf7666ce99a5565 (patch) | |
tree | 4e6d00b35bec316c5ab705c6f5f1bde781a5439e /sci-libs | |
parent | stable ppc, bug 301401 (diff) | |
download | gentoo-2-401850468b2b74c23123e803bdf7666ce99a5565.tar.gz gentoo-2-401850468b2b74c23123e803bdf7666ce99a5565.tar.bz2 gentoo-2-401850468b2b74c23123e803bdf7666ce99a5565.zip |
Stable on alpha, bug #297350
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-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 82d5b28b3bd6..03ba807b1dbc 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.47 2010/01/23 03:58:59 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.48 2010/01/23 16:02:43 klausman Exp $ + + 23 Jan 2010; Tobias Klausmann <klausman@gentoo.org> cln-1.3.1.ebuild: + Stable on alpha, bug #297350 23 Jan 2010; Jonathan Callen <abcd@gentoo.org> cln-1.3.1.ebuild: Keyword ~amd64-linux/~x86-linux; add prefix bits diff --git a/sci-libs/cln/cln-1.3.1.ebuild b/sci-libs/cln/cln-1.3.1.ebuild index cb1f7933a13e..050e757c8a84 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.8 2010/01/23 03:58:59 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.1.ebuild,v 1.9 2010/01/23 16:02:44 klausman 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 |