diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:24:47 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:24:47 +0000 |
commit | befbf641160f2f07dd387419b4cf31ef9b26f2d9 (patch) | |
tree | bbe739e577660f54bfc74db058045b7ac67822d4 | |
parent | Port to EAPI4 while at it to avoid prepalldocs. (diff) | |
download | gentoo-2-befbf641160f2f07dd387419b4cf31ef9b26f2d9.tar.gz gentoo-2-befbf641160f2f07dd387419b4cf31ef9b26f2d9.tar.bz2 gentoo-2-befbf641160f2f07dd387419b4cf31ef9b26f2d9.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
-rw-r--r-- | x11-plugins/wmtimer/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.92.ebuild | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/x11-plugins/wmtimer/ChangeLog b/x11-plugins/wmtimer/ChangeLog index 53b1aece9d85..11cd5c7c3d15 100644 --- a/x11-plugins/wmtimer/ChangeLog +++ b/x11-plugins/wmtimer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmtimer -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.24 2010/08/31 14:27:34 s4t4n Exp $ +# 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 $ + + 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> wmtimer-2.92.ebuild, + wmtimer-2.92-r1.ebuild: + Fix slot-dep on gtk+ 28 Oct 2008; Michele Noberasco <s4t4n@gentoo.org> wmtimer-2.9.2-r1.ebuild, wmtimer-2.9.2.ebuild: diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild index 0c2d7e19f7d9..318ad5c1ed10 100644 --- a/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.2 2010/08/31 14:27:34 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.3 2011/03/28 15:24:47 nirbheek Exp $ + +EAPI="1" inherit eutils multilib toolchain-funcs @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 x11-libs/libXpm x11-libs/libXext x11-libs/libX11" diff --git a/x11-plugins/wmtimer/wmtimer-2.92.ebuild b/x11-plugins/wmtimer/wmtimer-2.92.ebuild index 129fab702763..c969f921fefb 100644 --- a/x11-plugins/wmtimer/wmtimer-2.92.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.92.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.ebuild,v 1.3 2010/08/31 14:27:34 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v 1.4 2011/03/28 15:24:47 nirbheek Exp $ + +EAPI="1" inherit multilib toolchain-funcs @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 ~sparc x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 x11-libs/libXpm x11-libs/libXext x11-libs/libX11" |