diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-14 15:43:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-14 15:43:54 +0000 |
commit | 637f72a01f62d97ca7129c87775e28c33a73d34b (patch) | |
tree | 21287742ce3b17d1d41de0920d4e75ef010eecdd /x11-plugins | |
parent | x11-libs/libPropList rename to x11-libs/libproplist (diff) | |
download | gentoo-2-637f72a01f62d97ca7129c87775e28c33a73d34b.tar.gz gentoo-2-637f72a01f62d97ca7129c87775e28c33a73d34b.tar.bz2 gentoo-2-637f72a01f62d97ca7129c87775e28c33a73d34b.zip |
x11-libs/libPropList rename to x11-libs/libproplist
(Portage version: 2.2.0_alpha110/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 | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/fsviewer/ChangeLog b/x11-plugins/fsviewer/ChangeLog index 3ba30f10f7ce..98e8c1e7473c 100644 --- a/x11-plugins/fsviewer/ChangeLog +++ b/x11-plugins/fsviewer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/fsviewer -# 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 $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.20 2012/06/14 15:43:54 ssuominen Exp $ + + 14 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> fsviewer-0.2.5.ebuild: + x11-libs/libPropList rename to x11-libs/libproplist 12 Nov 2011; Justin Lecher <jlec@gentoo.org> fsviewer-0.2.5.ebuild: Corrected slotting for png and tiff diff --git a/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild b/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild index b74453536775..2dd33d684a03 100644 --- a/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild +++ b/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.11 2011/11/12 10:43:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.12 2012/06/14 15:43:54 ssuominen Exp $ EAPI=1 @@ -26,7 +26,7 @@ DEPEND=" media-libs/freetype sys-libs/zlib virtual/jpeg - x11-libs/libPropList + x11-libs/libproplist x11-libs/libSM x11-libs/libICE x11-libs/libX11 |