diff options
author | 2006-01-20 00:50:06 +0000 | |
---|---|---|
committer | 2006-01-20 00:50:06 +0000 | |
commit | a2b17fadff2f7904b1aa2eb19b4130b8351ad590 (patch) | |
tree | 7b784f1e0c269c601fc3db9559fa4471a241202c /media-gfx | |
parent | add portuguese (pt) longdescription (diff) | |
download | gentoo-2-a2b17fadff2f7904b1aa2eb19b4130b8351ad590.tar.gz gentoo-2-a2b17fadff2f7904b1aa2eb19b4130b8351ad590.tar.bz2 gentoo-2-a2b17fadff2f7904b1aa2eb19b4130b8351ad590.zip |
Add modular X deps by Marcelo Goes #115988.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/feh/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/feh/feh-1.3.4.ebuild | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/media-gfx/feh/ChangeLog b/media-gfx/feh/ChangeLog index 930039e4aa4e..84a89eaf018b 100644 --- a/media-gfx/feh/ChangeLog +++ b/media-gfx/feh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/feh -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.26 2005/12/18 17:14:31 corsair Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.27 2006/01/20 00:50:06 vapier Exp $ + + 20 Jan 2006; Mike Frysinger <vapier@gentoo.org> feh-1.3.4.ebuild: + Add modular X deps by Marcelo Goes #115988. 18 Dec 2005; Markus Rothe <corsair@gentoo.org> feh-1.3.4.ebuild: Stable on ppc64 diff --git a/media-gfx/feh/feh-1.3.4.ebuild b/media-gfx/feh/feh-1.3.4.ebuild index f8d9f3bdeafe..a7a86e5a6456 100644 --- a/media-gfx/feh/feh-1.3.4.ebuild +++ b/media-gfx/feh/feh-1.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild,v 1.6 2005/12/18 17:14:31 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild,v 1.7 2006/01/20 00:50:06 vapier Exp $ DESCRIPTION="A fast, lightweight imageviewer using imlib2" HOMEPAGE="http://www.linuxbrit.co.uk/feh" @@ -15,7 +15,11 @@ DEPEND=">=media-libs/giblib-1.2.4 >=media-libs/imlib2-1.0.0 >=media-libs/jpeg-6b-r4 media-libs/libpng - virtual/x11" + || ( + ( x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama + x11-libs/libXt x11-proto/xproto x11-proto/xineramaproto ) + ( virtual/x11 ) + )" src_unpack() { unpack ${A} |