diff options
-rw-r--r-- | sci-libs/cln/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cln/cln-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog index 8ef3474f2591..9ce07cff242a 100644 --- a/sci-libs/cln/ChangeLog +++ b/sci-libs/cln/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cln # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.32 2009/04/01 12:05:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.33 2009/04/11 15:53:42 armin76 Exp $ + + 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> cln-1.2.2.ebuild: + Add ~alpha/~ia64 wrt #260777 01 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> cln-1.2.2.ebuild: Filtered CFLAGS=-fdirectives-only and minor QA fixes, switch to EAPI=2 diff --git a/sci-libs/cln/cln-1.2.2.ebuild b/sci-libs/cln/cln-1.2.2.ebuild index 049f416196f0..b09849eb99d0 100644 --- a/sci-libs/cln/cln-1.2.2.ebuild +++ b/sci-libs/cln/cln-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.2.2.ebuild,v 1.10 2009/04/01 14:58:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.2.2.ebuild,v 1.11 2009/04/11 15:53:42 armin76 Exp $ EAPI=2 inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.bz2 LICENSE="GPL-2" SLOT="1" -KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86" IUSE="doc examples" DEPEND="dev-libs/gmp" |