diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-02-11 23:20:25 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-02-11 23:20:25 +0000 |
commit | 96c5c2fe6b1f60d51f28f4890c16207fc4a7db17 (patch) | |
tree | 959d7767460f54b1b887ad24a0b49d6573eef8ae /x11-plugins/wmbattery | |
parent | Version bump. Clean up old revisions. (diff) | |
download | gentoo-2-96c5c2fe6b1f60d51f28f4890c16207fc4a7db17.tar.gz gentoo-2-96c5c2fe6b1f60d51f28f4890c16207fc4a7db17.tar.bz2 gentoo-2-96c5c2fe6b1f60d51f28f4890c16207fc4a7db17.zip |
Fix missing RDEPEND, thanks ssuominen
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins/wmbattery')
-rw-r--r-- | x11-plugins/wmbattery/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.41.ebuild | 5 | ||||
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.42.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
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 <voyageur@gentoo.org> 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} |