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/wmail | |
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/wmail')
-rw-r--r-- | x11-plugins/wmail/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmail/wmail-2.0-r2.ebuild | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-plugins/wmail/ChangeLog b/x11-plugins/wmail/ChangeLog index 7e4bdc3ed436..81814c9d6b8e 100644 --- a/x11-plugins/wmail/ChangeLog +++ b/x11-plugins/wmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmail -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/ChangeLog,v 1.12 2005/09/26 10:33:03 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/ChangeLog,v 1.13 2006/01/15 17:45:38 nelchael Exp $ + + 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmail-2.0-r2.ebuild: + Fix bug #119100. *wmail-2.0-r2 (26 Aug 2005) diff --git a/x11-plugins/wmail/wmail-2.0-r2.ebuild b/x11-plugins/wmail/wmail-2.0-r2.ebuild index ef8ebc2aab00..34c473ea873b 100644 --- a/x11-plugins/wmail/wmail-2.0-r2.ebuild +++ b/x11-plugins/wmail/wmail-2.0-r2.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/wmail/wmail-2.0-r2.ebuild,v 1.1 2005/09/26 10:33:03 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0-r2.ebuild,v 1.2 2006/01/15 17:45:38 nelchael Exp $ inherit eutils @@ -14,9 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" -DEPEND="virtual/libc - virtual/x11 - =x11-libs/libdockapp-0.5.0-r1" +DEPEND="x11-libs/libdockapp" src_unpack() { @@ -36,4 +34,3 @@ src_install() dobin src/wmail dodoc README wmailrc-sample } - |