From 96c5c2fe6b1f60d51f28f4890c16207fc4a7db17 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 11 Feb 2014 23:20:25 +0000 Subject: Fix missing RDEPEND, thanks ssuominen (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2) --- x11-plugins/wmbattery/ChangeLog | 6 +++++- x11-plugins/wmbattery/wmbattery-2.41.ebuild | 5 +++-- x11-plugins/wmbattery/wmbattery-2.42.ebuild | 3 ++- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'x11-plugins/wmbattery') diff --git a/x11-plugins/wmbattery/ChangeLog b/x11-plugins/wmbattery/ChangeLog index 98631a0c53a5..684163b287b0 100644 --- a/x11-plugins/wmbattery/ChangeLog +++ b/x11-plugins/wmbattery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmbattery # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.24 2014/02/11 09:42:47 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.25 2014/02/11 23:20:25 voyageur Exp $ + + 11 Feb 2014; Bernard Cafarelli wmbattery-2.41.ebuild, + wmbattery-2.42.ebuild: + Fix missing RDEPEND, thanks ssuominen *wmbattery-2.42 (11 Feb 2014) 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} 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} -- cgit v1.2.3-65-gdbad