diff options
-rw-r--r-- | sci-astronomy/skychart/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/skychart/skychart-3.8.2450.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-astronomy/skychart/ChangeLog b/sci-astronomy/skychart/ChangeLog index 19af0e448a9b..dfa5e0e23856 100644 --- a/sci-astronomy/skychart/ChangeLog +++ b/sci-astronomy/skychart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/skychart # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skychart/ChangeLog,v 1.1 2013/04/21 18:00:57 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skychart/ChangeLog,v 1.2 2013/06/26 15:16:57 hasufell Exp $ + + 26 Jun 2013; Julian Ospald <hasufell@gentoo.org> skychart-3.8.2450.ebuild: + clarify dependencies *skychart-3.8.2450 (21 Apr 2013) diff --git a/sci-astronomy/skychart/skychart-3.8.2450.ebuild b/sci-astronomy/skychart/skychart-3.8.2450.ebuild index a269d6b984ce..3ca7cb267fcd 100644 --- a/sci-astronomy/skychart/skychart-3.8.2450.ebuild +++ b/sci-astronomy/skychart/skychart-3.8.2450.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skychart/skychart-3.8.2450.ebuild,v 1.1 2013/04/21 18:00:57 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skychart/skychart-3.8.2450.ebuild,v 1.2 2013/06/26 15:16:57 hasufell Exp $ EAPI=5 @@ -42,8 +42,8 @@ QA_FLAGS_IGNORED="usr/bin/cdcicon RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-lang/lazarus - dev-lang/fpc" + >=dev-lang/lazarus-1.0.4 + >=dev-lang/fpc-2.6.0" S=${WORKDIR}/${PN}-${MY_PV}-src |