diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2015-08-23 22:05:52 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2015-08-23 22:35:00 +0200 |
commit | d66ef6a88c584bff501c8b49079ac6884c6d7edd (patch) | |
tree | d657aa5e8ac06fb7db78a850ce4b293cb66f7c93 /x11-plugins/wmdate/wmdate-0.7.ebuild | |
parent | games-fps/duke3d-data: add app-arch/unzip to DEPEND (diff) | |
download | gentoo-d66ef6a88c584bff501c8b49079ac6884c6d7edd.tar.gz gentoo-d66ef6a88c584bff501c8b49079ac6884c6d7edd.tar.bz2 gentoo-d66ef6a88c584bff501c8b49079ac6884c6d7edd.zip |
x11-plugins/wmdate: EAPI bump, fix compilation with new libdockapp
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-plugins/wmdate/wmdate-0.7.ebuild')
-rw-r--r-- | x11-plugins/wmdate/wmdate-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmdate/wmdate-0.7.ebuild b/x11-plugins/wmdate/wmdate-0.7.ebuild index 06a3285036f5..f3c8d7caf1fb 100644 --- a/x11-plugins/wmdate/wmdate-0.7.ebuild +++ b/x11-plugins/wmdate/wmdate-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 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 ppc64 sparc x86" IUSE="" -RDEPEND="x11-libs/libdockapp +RDEPEND="<x11-libs/libdockapp-0.7 x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" |