diff options
Diffstat (limited to 'x11-plugins/wmbattery/wmbattery-2.42.ebuild')
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.42.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-plugins/wmbattery/wmbattery-2.42.ebuild b/x11-plugins/wmbattery/wmbattery-2.42.ebuild index 9983d5ab6859..b9490c746d48 100644 --- a/x11-plugins/wmbattery/wmbattery-2.42.ebuild +++ b/x11-plugins/wmbattery/wmbattery-2.42.ebuild @@ -1,6 +1,6 @@ # 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.42.ebuild,v 1.1 2014/02/11 09:42:47 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.42.ebuild,v 1.2 2014/02/11 23:20:25 voyageur Exp $ EAPI=5 inherit autotools @@ -19,6 +19,7 @@ DEPEND="sys-apps/apmd x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} |