diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2015-08-23 21:56:12 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2015-08-23 21:56:12 +0200 |
commit | 7f682ba5796bccf17a149e540fb35d94f1e35e67 (patch) | |
tree | ac2e0c151e530b95f02108c72626863efdc6df2a /x11-plugins/wmDownload/wmDownload-0.1.2a-r1.ebuild | |
parent | games-fps/duke3d-data: revbump to update gog file (diff) | |
download | gentoo-7f682ba5796bccf17a149e540fb35d94f1e35e67.tar.gz gentoo-7f682ba5796bccf17a149e540fb35d94f1e35e67.tar.bz2 gentoo-7f682ba5796bccf17a149e540fb35d94f1e35e67.zip |
x11-plugins/wmDownload: EAPI bump, fix compilation with new libdockapp
Fixes bug #558488 by Toralf Förster <toralf.foerster@gmx.de>
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-plugins/wmDownload/wmDownload-0.1.2a-r1.ebuild')
-rw-r--r-- | x11-plugins/wmDownload/wmDownload-0.1.2a-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmDownload/wmDownload-0.1.2a-r1.ebuild b/x11-plugins/wmDownload/wmDownload-0.1.2a-r1.ebuild index 0b04d0aa0a1c..71f33537e2e4 100644 --- a/x11-plugins/wmDownload/wmDownload-0.1.2a-r1.ebuild +++ b/x11-plugins/wmDownload/wmDownload-0.1.2a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="x11-libs/libdockapp +DEPEND="<x11-libs/libdockapp-0.7 x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" |