diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-08-31 14:35:43 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-08-31 14:35:43 +0000 |
commit | 66ff8adbbf56b1b1055f368fd2b25f951fdc92fb (patch) | |
tree | 28b124af475df268c3c6d3d5c3574ce771608f31 /x11-plugins/wmail | |
parent | fix manifest (diff) | |
download | gentoo-2-66ff8adbbf56b1b1055f368fd2b25f951fdc92fb.tar.gz gentoo-2-66ff8adbbf56b1b1055f368fd2b25f951fdc92fb.tar.bz2 gentoo-2-66ff8adbbf56b1b1055f368fd2b25f951fdc92fb.zip |
x11-plugins/wmail-2.0-r1 stable for x86 as libdockapp-0.5.0 is also stable now...
Diffstat (limited to 'x11-plugins/wmail')
-rw-r--r-- | x11-plugins/wmail/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmail/wmail-2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmail/wmail-2.0.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/wmail/ChangeLog b/x11-plugins/wmail/ChangeLog index 0a23a745e2ec..d2da9d6b8a37 100644 --- a/x11-plugins/wmail/ChangeLog +++ b/x11-plugins/wmail/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2004/08/31 13:57:39 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/ChangeLog,v 1.7 2004/08/31 14:35:43 s4t4n Exp $ + + 31 Aug 2004; Michele Noberasco <s4t4n@gentoo.org> wmail-2.0-r1.ebuild: + Stable for x86 as x11-plugins/libdockapp-0.5.0 is now stable as well. + wmail-2.0.ebuild: + Change libdockapp dependency to =x11-libs/libdockapp-0.4.0-r1 as + newer versions don't work with this package. *wmail-2.0-r1 (31 Aug 2004) diff --git a/x11-plugins/wmail/wmail-2.0-r1.ebuild b/x11-plugins/wmail/wmail-2.0-r1.ebuild index 6edfe7fbbe9e..5dfe0382e98a 100644 --- a/x11-plugins/wmail/wmail-2.0-r1.ebuild +++ b/x11-plugins/wmail/wmail-2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0-r1.ebuild,v 1.1 2004/08/31 13:57:39 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0-r1.ebuild,v 1.2 2004/08/31 14:35:43 s4t4n Exp $ inherit eutils @@ -12,7 +12,7 @@ HOMEPAGE="http://www.dockapps.org/file.php/id/70" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" DEPEND="virtual/libc virtual/x11 diff --git a/x11-plugins/wmail/wmail-2.0.ebuild b/x11-plugins/wmail/wmail-2.0.ebuild index 92afb5c28e3c..7c3d5678d20e 100644 --- a/x11-plugins/wmail/wmail-2.0.ebuild +++ b/x11-plugins/wmail/wmail-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0.ebuild,v 1.8 2004/06/28 20:36:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0.ebuild,v 1.9 2004/08/31 14:35:43 s4t4n Exp $ IUSE="" @@ -14,7 +14,7 @@ KEYWORDS="x86 amd64 ~ppc" DEPEND="virtual/libc virtual/x11 - >=x11-libs/libdockapp-0.4.0-r1" + =x11-libs/libdockapp-0.4.0-r1" src_compile() { |