diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-14 22:42:39 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-14 22:42:39 +0000 |
commit | 4ebce584673d84eac3fe5c33c4d0407ebbd60e1d (patch) | |
tree | a8ac20a99b7998dcb9e22452e06d190f2bde7154 /sci-astronomy | |
parent | Fix Configure thanks to Keri Harris <harriskeri@mcs.vuw.ac.nz> in bug 94948 (diff) | |
download | gentoo-2-4ebce584673d84eac3fe5c33c4d0407ebbd60e1d.tar.gz gentoo-2-4ebce584673d84eac3fe5c33c4d0407ebbd60e1d.tar.bz2 gentoo-2-4ebce584673d84eac3fe5c33c4d0407ebbd60e1d.zip |
Added >=media-libs/jpeg-6b to DEPEND, closes bug 118695.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/setiathome/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/setiathome/setiathome-4.18-r1.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-astronomy/setiathome/ChangeLog b/sci-astronomy/setiathome/ChangeLog index 4e5ebca0c5bd..c0549b7d5eeb 100644 --- a/sci-astronomy/setiathome/ChangeLog +++ b/sci-astronomy/setiathome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/setiathome # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/ChangeLog,v 1.13 2006/01/04 22:38:59 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/ChangeLog,v 1.14 2006/01/14 22:42:39 cryos Exp $ + + 14 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> + setiathome-4.18-r1.ebuild: + Added >=media-libs/jpeg-6b to DEPEND, closes bug 118695. 04 Jan 2006; Olivier Fisette <ribosome@gentoo.org> -files/seti-conf.d-r1, -files/seti-init.d-r1, -files/setiathome-wrapper, diff --git a/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild b/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild index c59fb448fb00..59e704ac76f5 100644 --- a/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild +++ b/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild,v 1.2 2005/11/19 20:33:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild,v 1.3 2006/01/14 22:42:39 cryos Exp $ MY_PN="seti_boinc-client-cvs" MY_PV="2005-08-20" @@ -17,7 +17,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -DEPEND="~sci-misc/boinc-4.72.20050813" +DEPEND="~sci-misc/boinc-4.72.20050813 + >=media-libs/jpeg-6b" S=${WORKDIR}/seti_boinc |