diff options
author | Jim Ramsay <lack@gentoo.org> | 2013-01-08 21:32:50 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2013-01-08 21:32:50 +0000 |
commit | 4df424d944653e93c4f4325230c8a15fbe048024 (patch) | |
tree | 0d22051a7821375545c96984172df49c3b1bd6b6 /x11-wm/fluxbox/fluxbox-1.3.2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-4df424d944653e93c4f4325230c8a15fbe048024.tar.gz gentoo-2-4df424d944653e93c4f4325230c8a15fbe048024.tar.bz2 gentoo-2-4df424d944653e93c4f4325230c8a15fbe048024.zip |
Bug #449722 -> s/gkmessage/gxmessage/g. Also version bump now that v1.3.3 is released
(Portage version: 2.1.11.18/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/fluxbox/fluxbox-1.3.2.ebuild')
-rw-r--r-- | x11-wm/fluxbox/fluxbox-1.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fluxbox/fluxbox-1.3.2.ebuild b/x11-wm/fluxbox/fluxbox-1.3.2.ebuild index 93dca6c0c895..c8985e85498e 100644 --- a/x11-wm/fluxbox/fluxbox-1.3.2.ebuild +++ b/x11-wm/fluxbox/fluxbox-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.2.ebuild,v 1.9 2012/08/30 09:56:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.2.ebuild,v 1.10 2013/01/08 21:32:50 lack Exp $ EAPI=4 inherit eutils flag-o-matic toolchain-funcs prefix @@ -17,7 +17,7 @@ RDEPEND="x11-libs/libXpm x11-libs/libXext x11-libs/libXft x11-libs/libXrender - || ( x11-misc/gkmessage x11-apps/xmessage ) + || ( x11-misc/gxmessage x11-apps/xmessage ) xinerama? ( x11-libs/libXinerama ) truetype? ( media-libs/freetype ) bidi? ( >=dev-libs/fribidi-0.19.2 ) |