diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-07-04 10:06:52 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-07-04 10:06:52 +0000 |
commit | 665a21c3f451bde01c31bdfe60ddfa26096b3262 (patch) | |
tree | 37203b290b9e2871d58ffe63f1f2f0e4e787a7c9 /x11-plugins/mountapp/mountapp-3.0.ebuild | |
parent | Version bump (contains fix for bug #421039). Drop old versions. (diff) | |
download | gentoo-2-665a21c3f451bde01c31bdfe60ddfa26096b3262.tar.gz gentoo-2-665a21c3f451bde01c31bdfe60ddfa26096b3262.tar.bz2 gentoo-2-665a21c3f451bde01c31bdfe60ddfa26096b3262.zip |
Bump, add support for newer windowmaker, fix WINGs library detection, ebuild cleanup. Limit stable version to old windowmaker. Fixes bug #424677
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/mountapp/mountapp-3.0.ebuild')
-rw-r--r-- | x11-plugins/mountapp/mountapp-3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/mountapp/mountapp-3.0.ebuild b/x11-plugins/mountapp/mountapp-3.0.ebuild index 831f60813bfe..a3c844a43191 100644 --- a/x11-plugins/mountapp/mountapp-3.0.ebuild +++ b/x11-plugins/mountapp/mountapp-3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/mountapp/mountapp-3.0.ebuild,v 1.12 2008/10/04 15:25:45 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild,v 1.13 2012/07/04 10:06:52 voyageur Exp $ DESCRIPTION="mount filesystems via an easy-to-use windowmaker applet" HOMEPAGE="http://mountapp.sourceforge.net" @@ -15,7 +15,7 @@ RDEPEND=" =x11-libs/gtk+-1.2* x11-libs/libX11 >=x11-libs/libXpm-3.5.7 - >=x11-wm/windowmaker-0.80" + <x11-wm/windowmaker-0.95" DEPEND="${RDEPEND} x11-proto/xextproto x11-proto/xproto" |