diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 14:45:09 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 14:45:09 +0000 |
commit | f9cc7e5775a7bcfc1a8920090a6731c29852ac3f (patch) | |
tree | b70e5a65a8b272a202b45b275dfaf2decd999d3f /x11-plugins | |
parent | Fix slot-deps on gnome libs (diff) | |
download | gentoo-2-f9cc7e5775a7bcfc1a8920090a6731c29852ac3f.tar.gz gentoo-2-f9cc7e5775a7bcfc1a8920090a6731c29852ac3f.tar.bz2 gentoo-2-f9cc7e5775a7bcfc1a8920090a6731c29852ac3f.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/wmmaiload/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/wmmaiload/ChangeLog b/x11-plugins/wmmaiload/ChangeLog index da95649ce8fb..99da9a8766ef 100644 --- a/x11-plugins/wmmaiload/ChangeLog +++ b/x11-plugins/wmmaiload/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmaiload -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.33 2010/08/31 13:52:38 s4t4n Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.34 2011/03/28 14:45:09 nirbheek Exp $ + + 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + wmmaiload-2.2.1-r1.ebuild: + Fix slot-dep on gtk+ 31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmmaiload-2.2.1-r1.ebuild, files/wmmaiload-2.2.1-checkthread.patch: diff --git a/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild b/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild index 7c2b35339ca8..3d828fee6316 100644 --- a/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild +++ b/x11-plugins/wmmaiload/wmmaiload-2.2.1-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/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.7 2010/08/31 13:52:38 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.8 2011/03/28 14:45:09 nirbheek Exp $ + +EAPI="1" inherit eutils 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" DEPEND="${RDEPEND} dev-util/pkgconfig" |