From e550ef4bd55fac8841fdb5fb5e428a3ba80d2c36 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 2 Mar 2011 13:24:08 +0000 Subject: Correct Slots for gtk 3 introduction to tree (Portage version: 2.2.0_alpha26/cvs/Linux x86_64) --- sci-astronomy/predict/ChangeLog | 7 +++++-- sci-astronomy/predict/predict-2.2.3.ebuild | 13 ++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) (limited to 'sci-astronomy') diff --git a/sci-astronomy/predict/ChangeLog b/sci-astronomy/predict/ChangeLog index c9d882405d65..a361217cfde7 100644 --- a/sci-astronomy/predict/ChangeLog +++ b/sci-astronomy/predict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/predict -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v 1.13 2010/09/29 18:45:06 tomjbe Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v 1.14 2011/03/02 13:24:08 jlec Exp $ + + 02 Mar 2011; Justin Lecher predict-2.2.3.ebuild: + Correct Slots for gtk 3 introduction to tree 29 Sep 2010; Thomas Beierlein predict-2.2.3.ebuild: Fix buffer overflow and index out of bounds problem. (Bug 339109). Thanks diff --git a/sci-astronomy/predict/predict-2.2.3.ebuild b/sci-astronomy/predict/predict-2.2.3.ebuild index 7db04c880caf..c5ff9c8cc7fc 100644 --- a/sci-astronomy/predict/predict-2.2.3.ebuild +++ b/sci-astronomy/predict/predict-2.2.3.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3.ebuild,v 1.6 2010/09/29 18:45:06 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3.ebuild,v 1.7 2011/03/02 13:24:08 jlec Exp $ + +EAPI="1" inherit toolchain-funcs eutils -DESCRIPTION="Satellite tracking and orbital prediction." +DESCRIPTION="Satellite tracking and orbital prediction" HOMEPAGE="http://www.qsl.net/kd2bd/predict.html" SRC_URI="http://www.amsat.org/amsat/ftp/software/Linux/${P}.tar.gz" @@ -13,8 +15,9 @@ SLOT="0" IUSE="doc gtk nls xforms xplanet" KEYWORDS="amd64 ~ppc x86" -DEPEND="sys-libs/ncurses - gtk? ( =x11-libs/gtk+-1.2* ) +DEPEND=" + sys-libs/ncurses + gtk? ( x11-libs/gtk+:1 ) xforms? ( x11-libs/xforms ) xplanet? ( || ( x11-misc/xplanet x11-misc/xearth ) )" -- cgit v1.2.3-65-gdbad