diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 17:47:42 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 17:47:42 +0000 |
commit | fdfee3b88181e74b103078ef5ba760ebd2b52cdc (patch) | |
tree | 30e6c55a53300e5d6f3b1fb9fc54fa117728e74a /x11-plugins/wmlpq | |
parent | marking stable sparc x86 (diff) | |
download | gentoo-2-fdfee3b88181e74b103078ef5ba760ebd2b52cdc.tar.gz gentoo-2-fdfee3b88181e74b103078ef5ba760ebd2b52cdc.tar.bz2 gentoo-2-fdfee3b88181e74b103078ef5ba760ebd2b52cdc.zip |
Fix bug #119100.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmlpq')
-rw-r--r-- | x11-plugins/wmlpq/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmlpq/ChangeLog b/x11-plugins/wmlpq/ChangeLog index 6bb23c33fe64..b2d069e337cf 100644 --- a/x11-plugins/wmlpq/ChangeLog +++ b/x11-plugins/wmlpq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmlpq -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/ChangeLog,v 1.5 2005/09/26 10:44:09 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/ChangeLog,v 1.6 2006/01/15 17:47:42 nelchael Exp $ + + 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmlpq-0.2.1-r1.ebuild: + Fix bug #119100. *wmlpq-0.2.1-r1 (26 Sep 2005) diff --git a/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild b/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild index 8fad5a6de0a8..bf04a0dea76b 100644 --- a/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild +++ b/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild,v 1.1 2005/09/26 10:44:09 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild,v 1.2 2006/01/15 17:47:42 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ DESCRIPTION="Windowmaker dockapp which monitors up to 5 printqueues" SRC_URI="http://www.ur.uklinux.net/wmlpq/dl/wmlpq_0.2.1.tar.gz" HOMEPAGE="http://www.ur.uklinux.net/wmlpq/" -DEPEND="virtual/x11 - =x11-libs/libdockapp-0.5.0-r1" +DEPEND="x11-libs/libdockapp" RDEPEND="" |