diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-18 13:14:06 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-18 13:14:06 +0100 |
commit | 486d09225abc82446a5e4429db7721712872afeb (patch) | |
tree | 459820ca22fa0eab8ec3396d3511d91d10c72745 /sci-astronomy/stiff | |
parent | sci-astronomy/astrometry: fix SLOT operators; fix usage of die (diff) | |
download | sci-486d09225abc82446a5e4429db7721712872afeb.tar.gz sci-486d09225abc82446a5e4429db7721712872afeb.tar.bz2 sci-486d09225abc82446a5e4429db7721712872afeb.zip |
sci-astronomy/stiff: fix SLOT operators
Package-Manager: portage-2.2.17
Diffstat (limited to 'sci-astronomy/stiff')
-rw-r--r-- | sci-astronomy/stiff/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/stiff/metadata.xml | 4 | ||||
-rw-r--r-- | sci-astronomy/stiff/stiff-9999.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog index fd2f20aa5..c14e35a52 100644 --- a/sci-astronomy/stiff/ChangeLog +++ b/sci-astronomy/stiff/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-astronomy/stiff -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/ChangeLog,v 1.7 2011/08/04 18:33:30 bicatali Exp $ + 18 Feb 2015; Justin Lecher <jlec@gentoo.org> metadata.xml, stiff-9999.ebuild: + sci-astronomy/stiff: fix SLOT operators + *stiff-2.4.0 (21 Mar 2014) 21 Mar 2014; SĂ©bastien Fabbro <bicatali@gentoo.org> +stiff-2.4.0.ebuild, diff --git a/sci-astronomy/stiff/metadata.xml b/sci-astronomy/stiff/metadata.xml index 320c9fec8..70689020c 100644 --- a/sci-astronomy/stiff/metadata.xml +++ b/sci-astronomy/stiff/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-astronomy</herd> -<longdescription lang="en"> + <herd>sci-astronomy</herd> + <longdescription lang="en"> STIFF is a program that convert scientific FITS images to the more popular TIFF, in 8 (grayscale) or 24 (true colour: 3 times 8) bits per pixel. diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild index 625f32a3c..dbf5d79a3 100644 --- a/sci-astronomy/stiff/stiff-9999.ebuild +++ b/sci-astronomy/stiff/stiff-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -28,7 +28,7 @@ IUSE="doc threads" RDEPEND=" media-libs/tiff:0= - virtual/jpeg + virtual/jpeg:0 sys-libs/zlib:0=" DEPEND="${RDEPEND}" |