summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-03 20:27:10 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-03 20:27:10 +0000
commitb856a5a0294281ec200f2efc50bb2c1efecf33a1 (patch)
treeec478df2572584f9b5a737e8436e3b2c15842fe1 /media-libs
parentLower the media-libs/giflib dependency since multilib support was backported. (diff)
downloadgentoo-2-b856a5a0294281ec200f2efc50bb2c1efecf33a1.tar.gz
gentoo-2-b856a5a0294281ec200f2efc50bb2c1efecf33a1.tar.bz2
gentoo-2-b856a5a0294281ec200f2efc50bb2c1efecf33a1.zip
Lower the media-libs/giflib dependency since multilib support was backported.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/imlib/ChangeLog5
-rw-r--r--media-libs/imlib/imlib-1.9.15-r4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/imlib/ChangeLog b/media-libs/imlib/ChangeLog
index a3e386c3f4a1..05c45b084898 100644
--- a/media-libs/imlib/ChangeLog
+++ b/media-libs/imlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/imlib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.81 2014/06/18 19:35:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.82 2014/07/03 20:27:10 mgorny Exp $
+
+ 03 Jul 2014; Michał Górny <mgorny@gentoo.org> imlib-1.9.15-r4.ebuild:
+ Lower the media-libs/giflib dependency since multilib support was backported.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> imlib-1.9.15-r4.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
diff --git a/media-libs/imlib/imlib-1.9.15-r4.ebuild b/media-libs/imlib/imlib-1.9.15-r4.ebuild
index f6d963357e05..2fbe89d546ce 100644
--- a/media-libs/imlib/imlib-1.9.15-r4.ebuild
+++ b/media-libs/imlib/imlib-1.9.15-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r4.ebuild,v 1.3 2014/06/18 19:35:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r4.ebuild,v 1.4 2014/07/03 20:27:10 mgorny Exp $
EAPI=4
inherit autotools eutils multilib-minimal
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-
IUSE="doc static-libs"
RDEPEND=">=media-libs/tiff-3.9.7-r1[${MULTILIB_USEDEP}]
- >=media-libs/giflib-4.2.3[${MULTILIB_USEDEP}]
+ >=media-libs/giflib-4.1.6-r3[${MULTILIB_USEDEP}]
>=media-libs/libpng-1.2.51[${MULTILIB_USEDEP}]
>=virtual/jpeg-0-r2[${MULTILIB_USEDEP}]
>=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}]