diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-12 15:27:05 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-12 15:27:05 +0000 |
commit | f4feb900c740ca7f96924dc70ac63200a41177df (patch) | |
tree | b5fd4cfaef50d0b3d5197ada83ccb477a2f95ea3 /sci-libs/cln | |
parent | stable x86, bug 270481 (diff) | |
download | historical-f4feb900c740ca7f96924dc70ac63200a41177df.tar.gz historical-f4feb900c740ca7f96924dc70ac63200a41177df.tar.bz2 historical-f4feb900c740ca7f96924dc70ac63200a41177df.zip |
stable x86, bug 297350
Package-Manager: portage-2.1.6.13/cvs/Linux i686
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 69c2b81f6c9f..ff4efe2b2da7 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.43 2010/01/12 14:01:48 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.44 2010/01/12 15:27:05 fauli Exp $ + + 12 Jan 2010; Christian Faulhammer <fauli@gentoo.org> cln-1.3.1.ebuild: + stable x86, bug 297350 12 Jan 2010; Christian Faulhammer <fauli@gentoo.org> cln-1.3.1.ebuild: add missing dependency on virtual/latex-base as reported by Kacper Kowalik diff --git a/sci-libs/cln/cln-1.3.1.ebuild b/sci-libs/cln/cln-1.3.1.ebuild index 9e00ffb719dd..ce0ea6439400 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.4 2010/01/12 14:01:48 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.1.ebuild,v 1.5 2010/01/12 15:27:05 fauli 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 |