diff options
Diffstat (limited to 'x11-plugins/wmbattery/wmbattery-2.41.ebuild')
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.41.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/wmbattery/wmbattery-2.41.ebuild b/x11-plugins/wmbattery/wmbattery-2.41.ebuild index 4580a1f0c131..10ef776b12ee 100644 --- a/x11-plugins/wmbattery/wmbattery-2.41.ebuild +++ b/x11-plugins/wmbattery/wmbattery-2.41.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.41.ebuild,v 1.1 2012/09/25 14:08:41 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.41.ebuild,v 1.2 2014/02/11 23:20:25 voyageur Exp $ EAPI=4 inherit autotools @@ -18,6 +18,7 @@ DEPEND="sys-apps/apmd x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} |