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/wmtimer-2.92-r1.ebuild | |
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/wmtimer-2.92-r1.ebuild')
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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" |