diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 09:04:05 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 09:04:05 +0000 |
commit | 70faada1897105c1d4c409d2c48f7a6fc261b9b7 (patch) | |
tree | 8e803711ec23d5aa1b628cb9164550686e5bb2a0 /x11-plugins/wmmon | |
parent | fixed typo, closes bug #68092 (diff) | |
download | historical-70faada1897105c1d4c409d2c48f7a6fc261b9b7.tar.gz historical-70faada1897105c1d4c409d2c48f7a6fc261b9b7.tar.bz2 historical-70faada1897105c1d4c409d2c48f7a6fc261b9b7.zip |
Stable on amd64.
Diffstat (limited to 'x11-plugins/wmmon')
-rw-r--r-- | x11-plugins/wmmon/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/wmmon/ChangeLog b/x11-plugins/wmmon/ChangeLog index 3ead7f2b08e4..62a877e256b4 100644 --- a/x11-plugins/wmmon/ChangeLog +++ b/x11-plugins/wmmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmon # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.13 2004/08/21 05:02:54 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.14 2004/10/19 08:58:31 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> + wmmon-1.0_beta2-r2.ebuild: + Stable on amd64. 20 Aug 2004; Jason Wever <weeve@gentoo.org> wmmon-1.0_beta2-r2.ebuild: Stable on sparc. diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild index a833ce2658bf..576fd59e5cec 100644 --- a/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild +++ b/x11-plugins/wmmon/wmmon-1.0_beta2-r2.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/wmmon/wmmon-1.0_beta2-r2.ebuild,v 1.6 2004/08/21 05:02:54 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild,v 1.7 2004/10/19 08:58:31 absinthe Exp $ inherit eutils @@ -16,7 +16,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc ~amd64" +KEYWORDS="x86 sparc amd64" src_unpack() { unpack ${A} ; cd ${S}/${PN} |