diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-03 01:15:45 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-03 01:15:45 +0000 |
commit | f320425d4db6bd7aaf8d4f424356d5cf3a1bc9aa (patch) | |
tree | efcd23339a85a553aa91bf74ba751797052975c6 /x11-plugins/asmon | |
parent | Stable on x86, bug #154555. (diff) | |
download | gentoo-2-f320425d4db6bd7aaf8d4f424356d5cf3a1bc9aa.tar.gz gentoo-2-f320425d4db6bd7aaf8d4f424356d5cf3a1bc9aa.tar.bz2 gentoo-2-f320425d4db6bd7aaf8d4f424356d5cf3a1bc9aa.zip |
Stable on Alpha.
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'x11-plugins/asmon')
-rw-r--r-- | x11-plugins/asmon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/asmon/asmon-0.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/asmon/ChangeLog b/x11-plugins/asmon/ChangeLog index f2c9d335cf80..b47ae0215039 100644 --- a/x11-plugins/asmon/ChangeLog +++ b/x11-plugins/asmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/asmon -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.19 2006/12/20 19:13:01 gustavoz Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.20 2007/01/03 01:15:45 kloeri Exp $ + + 03 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> asmon-0.7.ebuild: + Stable on Alpha. 20 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> asmon-0.7.ebuild: Stable on sparc wrt #153218 diff --git a/x11-plugins/asmon/asmon-0.7.ebuild b/x11-plugins/asmon/asmon-0.7.ebuild index bf29c9d30d41..388c2cdbb4ad 100644 --- a/x11-plugins/asmon/asmon-0.7.ebuild +++ b/x11-plugins/asmon/asmon-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.7.ebuild,v 1.5 2006/12/20 19:13:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.7.ebuild,v 1.6 2007/01/03 01:15:45 kloeri Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://rio.vg/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~alpha ~amd64 ppc sparc x86" +KEYWORDS="alpha ~amd64 ppc sparc x86" RDEPEND="|| ( ( x11-libs/libXpm ) <virtual/x11-7 )" |