diff options
Diffstat (limited to 'sci-libs/cln/cln-1.3.1.ebuild')
-rw-r--r-- | sci-libs/cln/cln-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cln/cln-1.3.1.ebuild b/sci-libs/cln/cln-1.3.1.ebuild index 2018ed381b1a..472d047fb416 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.2 2010/01/11 20:53:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.1.ebuild,v 1.3 2010/01/11 22:10:00 ranger 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" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="doc examples" DEPEND="dev-libs/gmp" |