diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:10:53 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 15:10:53 +0000 |
commit | 01f6db19cda1a885142774f641177fde3d9473c3 (patch) | |
tree | 9021f6cf61bc378381de4356e3c7fc8323befe35 /x11-plugins | |
parent | Fix slot-dep on gtk+ (diff) | |
download | gentoo-2-01f6db19cda1a885142774f641177fde3d9473c3.tar.gz gentoo-2-01f6db19cda1a885142774f641177fde3d9473c3.tar.bz2 gentoo-2-01f6db19cda1a885142774f641177fde3d9473c3.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/wmpasman/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/wmpasman/ChangeLog b/x11-plugins/wmpasman/ChangeLog index 98d5fe4e707d..3e071ff60d75 100644 --- a/x11-plugins/wmpasman/ChangeLog +++ b/x11-plugins/wmpasman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmpasman -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.11 2006/10/10 09:12:20 s4t4n Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.12 2011/03/28 15:10:53 nirbheek Exp $ + + 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + wmpasman-0.8.4.1.ebuild: + Fix slot-dep on gtk+ 10 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmpasman-0.8.4.1.ebuild: Added missing pkgconfig and libXpm dependancies. Closes bug #150654. diff --git a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild b/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild index 7faa39c3ce2e..a303ae507751 100644 --- a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild +++ b/x11-plugins/wmpasman/wmpasman-0.8.4.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/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.9 2008/06/29 13:30:00 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.10 2011/03/28 15:10:53 nirbheek Exp $ + +EAPI="1" DESCRIPTION="Password storage/retrieval in a dockapp" HOMEPAGE="http://sourceforge.net/projects/wmpasman/" @@ -11,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.4.1 +RDEPEND=">=x11-libs/gtk+-2.4.1:2 >=app-crypt/mhash-0.9.1 >=app-crypt/mcrypt-2.6.4" DEPEND="${RDEPEND} |