diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-09-10 19:53:31 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-09-10 19:53:31 +0000 |
commit | ef5f4d4fcea56585baeb6804812dc2f2fd71b766 (patch) | |
tree | 6a6935158adc304fe4333ae71527d3e70dc5289d /media-gfx/feh/feh-2.10.ebuild | |
parent | Use SYSROOT when looking for source rather than ROOT #473728 by Benda Xu. (diff) | |
download | historical-ef5f4d4fcea56585baeb6804812dc2f2fd71b766.tar.gz historical-ef5f4d4fcea56585baeb6804812dc2f2fd71b766.tar.bz2 historical-ef5f4d4fcea56585baeb6804812dc2f2fd71b766.zip |
Add the X useflag to the imlib2 dependency. Bug #522514
Package-Manager: portage-2.2.12/cvs/Linux x86_64
Manifest-Sign-Key: 0x09BF4F54C2BA7F3C!
Diffstat (limited to 'media-gfx/feh/feh-2.10.ebuild')
-rw-r--r-- | media-gfx/feh/feh-2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |