summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2015-02-21 17:42:14 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2015-02-21 17:42:14 +0000
commitb8ad2d3973bcdd5cd6b70465fc66a7d54eda1f8b (patch)
tree44e6983084a7a10681df404223e1e7fa82c8043c /media-radio
parentEAPI 5 (diff)
downloadgentoo-2-b8ad2d3973bcdd5cd6b70465fc66a7d54eda1f8b.tar.gz
gentoo-2-b8ad2d3973bcdd5cd6b70465fc66a7d54eda1f8b.tar.bz2
gentoo-2-b8ad2d3973bcdd5cd6b70465fc66a7d54eda1f8b.zip
Fix slot dependencies for media-libs/tiff and sys-libs/db
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/xastir/ChangeLog7
-rw-r--r--media-radio/xastir/xastir-2.0.6.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/media-radio/xastir/ChangeLog b/media-radio/xastir/ChangeLog
index c370f9deaa6b..696c6b8e954f 100644
--- a/media-radio/xastir/ChangeLog
+++ b/media-radio/xastir/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-radio/xastir
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.39 2014/09/27 14:51:00 tomjbe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.40 2015/02/21 17:42:14 tomjbe Exp $
+
+ 21 Feb 2015; Thomas Beierlein <tomjbe@gentoo.org> xastir-2.0.6.ebuild:
+ Fix slot dependencies for media-libs/tiff and sys-libs/db
*xastir-2.0.6 (27 Sep 2014)
diff --git a/media-radio/xastir/xastir-2.0.6.ebuild b/media-radio/xastir/xastir-2.0.6.ebuild
index c71da68e0578..575598ae1149 100644
--- a/media-radio/xastir/xastir-2.0.6.ebuild
+++ b/media-radio/xastir/xastir-2.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v 1.1 2014/09/27 14:51:00 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v 1.2 2015/02/21 17:42:14 tomjbe Exp $
EAPI=5
inherit autotools eutils flag-o-matic toolchain-funcs
@@ -21,13 +21,13 @@ DEPEND=">=x11-libs/motif-2.3:0
x11-apps/xfontsel
dev-libs/libpcre
net-misc/curl
- sys-libs/db
+ sys-libs/db:4.8
sci-libs/shapelib
!graphicsmagick? ( media-gfx/imagemagick[-hdri,-q32] )
graphicsmagick? ( media-gfx/graphicsmagick[-q32] )
geotiff? ( sci-libs/proj
sci-libs/libgeotiff
- media-libs/tiff )
+ media-libs/tiff:0 )
gdal? ( sci-libs/gdal )
festival? ( app-accessibility/festival )"
RDEPEND="${DEPEND}"