diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:04:52 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:04:52 +0000 |
commit | 420208a55d2f26196390ae25adcf2d29b1d4a415 (patch) | |
tree | 10e2c61a7b26d2b9c766686358fb9e12cb631ce3 /x11-plugins/wmclockmon | |
parent | Fix slot-dep on gtk+ (diff) | |
download | gentoo-2-420208a55d2f26196390ae25adcf2d29b1d4a415.tar.gz gentoo-2-420208a55d2f26196390ae25adcf2d29b1d4a415.tar.bz2 gentoo-2-420208a55d2f26196390ae25adcf2d29b1d4a415.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmclockmon')
-rw-r--r-- | x11-plugins/wmclockmon/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/wmclockmon/ChangeLog b/x11-plugins/wmclockmon/ChangeLog index 00c037add8f6..bc8be2305638 100644 --- a/x11-plugins/wmclockmon/ChangeLog +++ b/x11-plugins/wmclockmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmclockmon -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.32 2008/01/15 12:51:15 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.33 2011/03/28 15:04:52 nirbheek Exp $ + + 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + wmclockmon-0.8.1.ebuild: + Fix slot-dep on gtk+ 15 Jan 2008; Raúl Porcel <armin76@gentoo.org> wmclockmon-0.8.1.ebuild: sparc stable wrt #204550, thanks to Tiago Cunha for testing diff --git a/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild index ec6e9a957fb8..439cc69b08ca 100644 --- a/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild +++ b/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 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/wmclockmon/wmclockmon-0.8.1.ebuild,v 1.5 2008/01/15 12:51:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild,v 1.6 2011/03/28 15:04:52 nirbheek Exp $ + +EAPI="1" inherit eutils @@ -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/libXext x11-libs/libX11 x11-libs/libXpm |