diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-10 09:12:20 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-10 09:12:20 +0000 |
commit | 76fe9b02a189ca635a50c567f7202b146d77cd03 (patch) | |
tree | f27440fd154f9e6b37b7f65518b6343d062a9c7b /x11-plugins | |
parent | Fixes bug #150617. (diff) | |
download | gentoo-2-76fe9b02a189ca635a50c567f7202b146d77cd03.tar.gz gentoo-2-76fe9b02a189ca635a50c567f7202b146d77cd03.tar.bz2 gentoo-2-76fe9b02a189ca635a50c567f7202b146d77cd03.zip |
Added missing libXpm and pkgconfig dependancies. Closes bug #150654.
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmpasman/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-plugins/wmpasman/ChangeLog b/x11-plugins/wmpasman/ChangeLog index c936e8fe69fb..98d5fe4e707d 100644 --- a/x11-plugins/wmpasman/ChangeLog +++ b/x11-plugins/wmpasman/ChangeLog @@ -1,6 +1,9 @@ # 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.10 2006/07/18 08:55:32 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.11 2006/10/10 09:12:20 s4t4n Exp $ + + 10 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmpasman-0.8.4.1.ebuild: + Added missing pkgconfig and libXpm dependancies. Closes bug #150654. 18 Jul 2006; Michele Noberasco <s4t4n@gentoo.org> wmpasman-0.8.4.1.ebuild: Added some magic sed to fix bug #140857. diff --git a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild b/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild index 84e5d3f7ed39..8d7b1b8b8741 100644 --- a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild +++ b/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.7 2006/07/18 08:55:32 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.8 2006/10/10 09:12:20 s4t4n Exp $ IUSE="" @@ -17,7 +17,9 @@ RDEPEND=">=x11-libs/gtk+-2.4.1 >=app-crypt/mcrypt-2.6.4" DEPEND="${RDEPEND} - >=sys-apps/sed-4" + >=sys-apps/sed-4 + >=dev-util/pkgconfig-0.20 + >=x11-libs/libXpm-3.5.5" src_unpack() { |