summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2014-09-10 19:53:27 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2014-09-10 19:53:27 +0000
commit65b94d969a8c994e35bdd31988c20a12ef31ec5d (patch)
tree6baff96cf06b30aafad0add7de78ed92126fcd4c /media-gfx
parentUse SYSROOT when looking for source rather than ROOT #473728 by Benda Xu. (diff)
downloadgentoo-2-65b94d969a8c994e35bdd31988c20a12ef31ec5d.tar.gz
gentoo-2-65b94d969a8c994e35bdd31988c20a12ef31ec5d.tar.bz2
gentoo-2-65b94d969a8c994e35bdd31988c20a12ef31ec5d.zip
Add the X useflag to the imlib2 dependency. Bug #522514
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/feh/ChangeLog6
-rw-r--r--media-gfx/feh/feh-2.10.ebuild4
-rw-r--r--media-gfx/feh/feh-2.11.ebuild4
-rw-r--r--media-gfx/feh/feh-2.12.ebuild4
-rw-r--r--media-gfx/feh/feh-2.9.3.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/media-gfx/feh/ChangeLog b/media-gfx/feh/ChangeLog
index 480991b43ed8..a7ddb717c45c 100644
--- a/media-gfx/feh/ChangeLog
+++ b/media-gfx/feh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/feh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.146 2014/05/26 18:42:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.147 2014/09/10 19:53:27 hwoarang Exp $
+
+ 10 Sep 2014; Markos Chandras <hwoarang@gentoo.org> feh-2.10.ebuild,
+ feh-2.11.ebuild, feh-2.12.ebuild, feh-2.9.3.ebuild:
+ Add the X useflag to the imlib2 dependency. Bug #522514
26 May 2014; Markos Chandras <hwoarang@gentoo.org> feh-2.12.ebuild:
Drop media-libs/giblib dependency per #511418
diff --git a/media-gfx/feh/feh-2.10.ebuild b/media-gfx/feh/feh-2.10.ebuild
index 6197ced44d1a..ec3337f0d841 100644
--- a/media-gfx/feh/feh-2.10.ebuild
+++ b/media-gfx/feh/feh-2.10.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-gfx/feh/feh-2.10.ebuild,v 1.3 2014/03/04 19:29:52 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-2.10.ebuild,v 1.4 2014/09/10 19:53:27 hwoarang Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
IUSE="debug curl exif test xinerama"
COMMON_DEPEND=">=media-libs/giblib-1.2.4
- media-libs/imlib2
+ media-libs/imlib2[X]
>=media-libs/libpng-1.2:0=
x11-libs/libX11
curl? ( net-misc/curl )
diff --git a/media-gfx/feh/feh-2.11.ebuild b/media-gfx/feh/feh-2.11.ebuild
index 8117e53e3b2b..1289ce105a53 100644
--- a/media-gfx/feh/feh-2.11.ebuild
+++ b/media-gfx/feh/feh-2.11.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-gfx/feh/feh-2.11.ebuild,v 1.1 2014/04/28 02:28:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-2.11.ebuild,v 1.2 2014/09/10 19:53:27 hwoarang Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
IUSE="debug curl exif test xinerama"
COMMON_DEPEND=">=media-libs/giblib-1.2.4
- media-libs/imlib2
+ media-libs/imlib2[X]
>=media-libs/libpng-1.2:0=
x11-libs/libX11
curl? ( net-misc/curl )
diff --git a/media-gfx/feh/feh-2.12.ebuild b/media-gfx/feh/feh-2.12.ebuild
index df6961540ff9..2083a3c8c199 100644
--- a/media-gfx/feh/feh-2.12.ebuild
+++ b/media-gfx/feh/feh-2.12.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-gfx/feh/feh-2.12.ebuild,v 1.2 2014/05/26 18:42:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-2.12.ebuild,v 1.3 2014/09/10 19:53:27 hwoarang Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
IUSE="debug curl exif test xinerama"
-COMMON_DEPEND="media-libs/imlib2
+COMMON_DEPEND="media-libs/imlib2[X]
>=media-libs/libpng-1.2:0=
x11-libs/libX11
curl? ( net-misc/curl )
diff --git a/media-gfx/feh/feh-2.9.3.ebuild b/media-gfx/feh/feh-2.9.3.ebuild
index 5cf2f8f57201..9f1fd44cb4ed 100644
--- a/media-gfx/feh/feh-2.9.3.ebuild
+++ b/media-gfx/feh/feh-2.9.3.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-gfx/feh/feh-2.9.3.ebuild,v 1.6 2014/01/26 10:58:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-2.9.3.ebuild,v 1.7 2014/09/10 19:53:27 hwoarang Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ppc ppc64 x86"
IUSE="debug curl exif test xinerama"
COMMON_DEPEND=">=media-libs/giblib-1.2.4
- media-libs/imlib2
+ media-libs/imlib2[X]
>=media-libs/libpng-1.2:0
x11-libs/libX11
curl? ( net-misc/curl )