diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-11-14 19:39:17 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-11-14 19:39:17 +0000 |
commit | b212e983242f0b563d0e7e60819da87c92a20bce (patch) | |
tree | 9b3aab801086e4345f3c33687bcfb5f377825f83 /x11-plugins/asmon | |
parent | Fixed LICENSE to LGPL-2.1 (diff) | |
download | gentoo-2-b212e983242f0b563d0e7e60819da87c92a20bce.tar.gz gentoo-2-b212e983242f0b563d0e7e60819da87c92a20bce.tar.bz2 gentoo-2-b212e983242f0b563d0e7e60819da87c92a20bce.zip |
Stable on alpha.
Diffstat (limited to 'x11-plugins/asmon')
-rw-r--r-- | x11-plugins/asmon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/asmon/asmon-0.64.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/asmon/ChangeLog b/x11-plugins/asmon/ChangeLog index f0a53d9558e7..edc50ce3188b 100644 --- a/x11-plugins/asmon/ChangeLog +++ b/x11-plugins/asmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/asmon # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.9 2004/11/08 23:21:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.10 2004/11/14 19:37:18 kloeri Exp $ + + 14 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> asmon-0.64.ebuild: + Stable on alpha. 09 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> asmon-0.64.ebuild: ~alpha keyword. diff --git a/x11-plugins/asmon/asmon-0.64.ebuild b/x11-plugins/asmon/asmon-0.64.ebuild index d2d7d5895d1d..a2687cc7b7e8 100644 --- a/x11-plugins/asmon/asmon-0.64.ebuild +++ b/x11-plugins/asmon/asmon-0.64.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/asmon/asmon-0.64.ebuild,v 1.5 2004/11/08 23:21:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.64.ebuild,v 1.6 2004/11/14 19:37:18 kloeri Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.tigr.net/afterstep/download/asmon/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="x86 ~sparc ppc ~alpha" +KEYWORDS="x86 ~sparc ppc alpha" DEPEND="virtual/x11" src_unpack() { |