summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-11-12 10:50:41 +0000
committerJustin Lecher <jlec@gentoo.org>2011-11-12 10:50:41 +0000
commit39cd6e0242f0252ebcc098053c5b5e91ea387e4a (patch)
tree3c99bf69187bc3c15a187f11c274a014ff8d61ca /x11-misc/pathfinder
parentCorrected slotting for png and tiff (diff)
downloadgentoo-2-39cd6e0242f0252ebcc098053c5b5e91ea387e4a.tar.gz
gentoo-2-39cd6e0242f0252ebcc098053c5b5e91ea387e4a.tar.bz2
gentoo-2-39cd6e0242f0252ebcc098053c5b5e91ea387e4a.zip
Corrected slotting for png and tiff
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/pathfinder')
-rw-r--r--x11-misc/pathfinder/ChangeLog6
-rw-r--r--x11-misc/pathfinder/pathfinder-1.6.35.ebuild9
-rw-r--r--x11-misc/pathfinder/pathfinder-1.6.36.ebuild9
3 files changed, 15 insertions, 9 deletions
diff --git a/x11-misc/pathfinder/ChangeLog b/x11-misc/pathfinder/ChangeLog
index ecf6f2fb0631..869211ccafc4 100644
--- a/x11-misc/pathfinder/ChangeLog
+++ b/x11-misc/pathfinder/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/pathfinder
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.31 2011/02/26 22:43:43 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.32 2011/11/12 10:50:41 jlec Exp $
+
+ 12 Nov 2011; Justin Lecher <jlec@gentoo.org> pathfinder-1.6.35.ebuild,
+ pathfinder-1.6.36.ebuild:
+ Corrected slotting for png and tiff
26 Feb 2011; Kevin McCarthy <signals@gentoo.org> pathfinder-1.6.35.ebuild,
pathfinder-1.6.36.ebuild:
diff --git a/x11-misc/pathfinder/pathfinder-1.6.35.ebuild b/x11-misc/pathfinder/pathfinder-1.6.35.ebuild
index e3e8285ef57c..f8f1570859da 100644
--- a/x11-misc/pathfinder/pathfinder-1.6.35.ebuild
+++ b/x11-misc/pathfinder/pathfinder-1.6.35.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild,v 1.6 2011/02/26 22:43:43 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.35.ebuild,v 1.7 2011/11/12 10:50:41 jlec Exp $
EAPI="1"
@@ -13,10 +13,11 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 hppa ppc ppc64 ~sparc x86"
IUSE="jpeg png tiff"
-DEPEND="x11-libs/fox:1.6
+DEPEND="
+ x11-libs/fox:1.6
jpeg? ( virtual/jpeg )
- png? ( >=media-libs/libpng-1.2.5 )
- tiff? ( >=media-libs/tiff-3.5.7 )"
+ png? ( media-libs/libpng:0 )
+ tiff? ( media-libs/tiff:0 )"
RDEPEND="${DEPEND}"
diff --git a/x11-misc/pathfinder/pathfinder-1.6.36.ebuild b/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
index f60f596e7ab9..e5c8cf6da277 100644
--- a/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
+++ b/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.36.ebuild,v 1.6 2011/02/26 22:43:43 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.6.36.ebuild,v 1.7 2011/11/12 10:50:41 jlec Exp $
EAPI="1"
@@ -13,10 +13,11 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 hppa ppc ppc64 ~sparc x86"
IUSE="jpeg png tiff"
-DEPEND="x11-libs/fox:1.6
+DEPEND="
+ x11-libs/fox:1.6
jpeg? ( virtual/jpeg )
- png? ( >=media-libs/libpng-1.2.5 )
- tiff? ( >=media-libs/tiff-3.5.7 )"
+ png? ( media-libs/libpng:0 )
+ tiff? ( media-libs/tiff:0 )"
RDEPEND="${DEPEND}"