diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-02 22:14:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-02 22:14:01 +0000 |
commit | c404598ddd993a3df063657b0bff77cc548603fc (patch) | |
tree | 60183c16154a3db607d13e143f108bc1b40667e7 /x11-plugins/wmtimer | |
parent | add missing sed. stable on amd64. bug #391531 (diff) | |
download | gentoo-2-c404598ddd993a3df063657b0bff77cc548603fc.tar.gz gentoo-2-c404598ddd993a3df063657b0bff77cc548603fc.tar.bz2 gentoo-2-c404598ddd993a3df063657b0bff77cc548603fc.zip |
add missing dependencies. stable on amd64. bug #391539
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmtimer')
-rw-r--r-- | x11-plugins/wmtimer/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-plugins/wmtimer/ChangeLog b/x11-plugins/wmtimer/ChangeLog index 11cd5c7c3d15..bbbbb9f59112 100644 --- a/x11-plugins/wmtimer/ChangeLog +++ b/x11-plugins/wmtimer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtimer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.25 2011/03/28 15:24:47 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.26 2011/12/02 22:14:01 hwoarang Exp $ + + 02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> wmtimer-2.92-r1.ebuild: + add missing dependencies. stable on amd64. bug #391539 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> wmtimer-2.92.ebuild, wmtimer-2.92-r1.ebuild: diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild index 318ad5c1ed10..4b79bb3d52bd 100644 --- a/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.3 2011/03/28 15:24:47 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.4 2011/12/02 22:14:01 hwoarang Exp $ EAPI="1" @@ -12,10 +12,11 @@ SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -RDEPEND="x11-libs/gtk+:2 +RDEPEND="dev-libs/glib + x11-libs/gtk+:2 x11-libs/libXpm x11-libs/libXext x11-libs/libX11" |