diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-11-12 10:43:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-11-12 10:43:57 +0000 |
commit | 62ede516916b16d2433ac89de9e3a53b6f0209f8 (patch) | |
tree | d45350f6298d411ac2c3f3a8611a5083a7e1fd0d /x11-plugins | |
parent | Corrected slotting for png and tiff (diff) | |
download | gentoo-2-62ede516916b16d2433ac89de9e3a53b6f0209f8.tar.gz gentoo-2-62ede516916b16d2433ac89de9e3a53b6f0209f8.tar.bz2 gentoo-2-62ede516916b16d2433ac89de9e3a53b6f0209f8.zip |
Corrected slotting for png and tiff
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/fsviewer/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/fsviewer/fsviewer-0.2.5.ebuild | 39 |
2 files changed, 26 insertions, 20 deletions
diff --git a/x11-plugins/fsviewer/ChangeLog b/x11-plugins/fsviewer/ChangeLog index 69d537f6a3fb..3ba30f10f7ce 100644 --- a/x11-plugins/fsviewer/ChangeLog +++ b/x11-plugins/fsviewer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/fsviewer -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.18 2010/11/08 16:34:25 voyageur Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.19 2011/11/12 10:43:57 jlec Exp $ + + 12 Nov 2011; Justin Lecher <jlec@gentoo.org> fsviewer-0.2.5.ebuild: + Corrected slotting for png and tiff 08 Nov 2010; Bernard Cafarelli <voyageur@gentoo.org> fsviewer-0.2.5.ebuild: diff --git a/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild b/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild index 49bb286e8d92..b74453536775 100644 --- a/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild +++ b/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.10 2010/11/08 16:34:25 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.11 2011/11/12 10:43:57 jlec Exp $ + +EAPI=1 inherit eutils @@ -15,29 +17,30 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND=">=x11-wm/windowmaker-0.92.0-r3 +DEPEND=" + dev-libs/expat + media-libs/tiff:0 + media-libs/giflib + media-libs/libpng:0 + media-libs/fontconfig + media-libs/freetype + sys-libs/zlib + virtual/jpeg + x11-libs/libPropList + x11-libs/libSM + x11-libs/libICE x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXext x11-libs/libXft x11-libs/libXmu - x11-libs/libPropList x11-libs/libXpm - x11-libs/libXext x11-libs/libXrender x11-libs/libXt - x11-libs/libSM - x11-libs/libICE - x11-libs/libXau - x11-libs/libXdmcp - x11-proto/xproto x11-proto/xextproto - media-libs/tiff - virtual/jpeg - media-libs/giflib - media-libs/libpng - media-libs/fontconfig - media-libs/freetype - dev-libs/expat - sys-libs/zlib" + x11-proto/xproto + x11-wm/windowmaker" S=${WORKDIR}/${MY_PN}.app-${PV} |