diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-06-26 15:16:57 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-06-26 15:16:57 +0000 |
commit | e3df8693c62752f1339c05ee1bf7fe7de36c280e (patch) | |
tree | 8a7cc7f87fd732fab3aa39f83cd359e5909e65bf /sci-astronomy | |
parent | removed pmask for media-plugins/vdr-vdrcd, removal (diff) | |
download | gentoo-2-e3df8693c62752f1339c05ee1bf7fe7de36c280e.tar.gz gentoo-2-e3df8693c62752f1339c05ee1bf7fe7de36c280e.tar.bz2 gentoo-2-e3df8693c62752f1339c05ee1bf7fe7de36c280e.zip |
clarify dependencies
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'sci-astronomy')
-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 |