diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:04:30 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:04:30 +0000 |
commit | 2cdd0ee6252ef8e1f97a4b5a389bb3319679ae66 (patch) | |
tree | 179ca95d79b6ad7ec90afb789edbaccd718de2b3 /x11-plugins | |
parent | Version bump wrt #294040 by Mr. Anderson. (diff) | |
download | gentoo-2-2cdd0ee6252ef8e1f97a4b5a389bb3319679ae66.tar.gz gentoo-2-2cdd0ee6252ef8e1f97a4b5a389bb3319679ae66.tar.bz2 gentoo-2-2cdd0ee6252ef8e1f97a4b5a389bb3319679ae66.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmlife/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmlife/wmlife-1.0.0.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-plugins/wmlife/ChangeLog b/x11-plugins/wmlife/ChangeLog index 8f762624cb02..1cbf8b6b86c5 100644 --- a/x11-plugins/wmlife/ChangeLog +++ b/x11-plugins/wmlife/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmlife -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v 1.2 2008/01/12 13:30:43 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v 1.3 2011/03/28 15:04:30 nirbheek Exp $ + + 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> wmlife-1.0.0.ebuild: + Fix slot-dep on gtk+ 12 Jan 2008; Markus Meier <maekke@gentoo.org> wmlife-1.0.0.ebuild: add ~x86 diff --git a/x11-plugins/wmlife/wmlife-1.0.0.ebuild b/x11-plugins/wmlife/wmlife-1.0.0.ebuild index 291d4b9bf1e6..68dcce2f4ddb 100644 --- a/x11-plugins/wmlife/wmlife-1.0.0.ebuild +++ b/x11-plugins/wmlife/wmlife-1.0.0.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/wmlife/wmlife-1.0.0.ebuild,v 1.2 2008/01/12 13:30:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.0.ebuild,v 1.3 2011/03/28 15:04:30 nirbheek Exp $ + +EAPI="1" inherit eutils @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 >=gnome-base/gnome-panel-2 >=gnome-base/libgnomeui-2 x11-libs/libX11 |