diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-11 22:10:00 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-11 22:10:00 +0000 |
commit | b8a31e0277b8e8cb26043011ccb13fddb6977c90 (patch) | |
tree | 4e8369a5dbef4f43a94fe62f400e312f7b723892 /sci-libs/cln/cln-1.3.1.ebuild | |
parent | Unmask amarok since it is released. (diff) | |
download | historical-b8a31e0277b8e8cb26043011ccb13fddb6977c90.tar.gz historical-b8a31e0277b8e8cb26043011ccb13fddb6977c90.tar.bz2 historical-b8a31e0277b8e8cb26043011ccb13fddb6977c90.zip |
stable ppc64, bug 297350
Package-Manager: portage-2.1.6.13/cvs/Linux ppc64
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" |