diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-12 14:01:48 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-12 14:01:48 +0000 |
commit | e7bfc691c033c2c0f64af26310455d80e2898528 (patch) | |
tree | f7a789bac86b21cba259848a65bc903a8eb992b0 /sci-libs/cln | |
parent | versionator eclass is no longer used. (diff) | |
download | gentoo-2-e7bfc691c033c2c0f64af26310455d80e2898528.tar.gz gentoo-2-e7bfc691c033c2c0f64af26310455d80e2898528.tar.bz2 gentoo-2-e7bfc691c033c2c0f64af26310455d80e2898528.zip |
add missing dependency on virtual/latex-base as reported by Kacper Kowalik on bug 297350
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-libs/cln')
-rw-r--r-- | sci-libs/cln/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/cln/cln-1.3.1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog index 28fba87642bd..69c2b81f6c9f 100644 --- a/sci-libs/cln/ChangeLog +++ b/sci-libs/cln/ChangeLog @@ -1,6 +1,10 @@ # 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.42 2010/01/11 22:10:00 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.43 2010/01/12 14:01:48 fauli Exp $ + + 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 + on bug 297350 11 Jan 2010; Brent Baude <ranger@gentoo.org> cln-1.3.1.ebuild: stable ppc64, bug 297350 diff --git a/sci-libs/cln/cln-1.3.1.ebuild b/sci-libs/cln/cln-1.3.1.ebuild index 472d047fb416..9e00ffb719dd 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.3 2010/01/11 22:10:00 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.1.ebuild,v 1.4 2010/01/12 14:01:48 fauli Exp $ EAPI=2 inherit eutils flag-o-matic @@ -14,7 +14,8 @@ SLOT="1" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="doc examples" -DEPEND="dev-libs/gmp" +DEPEND="dev-libs/gmp + doc? ( virtual/latex-base )" RDEPEND="${DEPEND}" pkg_setup() { |