diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-13 04:53:15 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-13 04:53:15 +0000 |
commit | 19a1b889c142a7c1581f74dec7213b543e365c8c (patch) | |
tree | e8e7073b916a1054400ac488d92a1825b88327bf /app-portage | |
parent | Fix the sort -M deal, thanks to someone in #gentoo-bugs (please get in touch ... (diff) | |
download | gentoo-2-19a1b889c142a7c1581f74dec7213b543e365c8c.tar.gz gentoo-2-19a1b889c142a7c1581f74dec7213b543e365c8c.tar.bz2 gentoo-2-19a1b889c142a7c1581f74dec7213b543e365c8c.zip |
Works fine on Mac OS X but didn't change keyword as per maintainers request
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoo-stats/gentoo-stats-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gentoo-stats/gentoo-stats-0.5.1.ebuild b/app-portage/gentoo-stats/gentoo-stats-0.5.1.ebuild index 232138eb20d2..9a0dca27892d 100644 --- a/app-portage/gentoo-stats/gentoo-stats-0.5.1.ebuild +++ b/app-portage/gentoo-stats/gentoo-stats-0.5.1.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/app-portage/gentoo-stats/gentoo-stats-0.5.1.ebuild,v 1.2 2004/06/24 21:49:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoo-stats/gentoo-stats-0.5.1.ebuild,v 1.3 2004/07/13 04:53:15 pvdabeel Exp $ DESCRIPTION="Gentoo Linux usage statistics client daemon" HOMEPAGE="http://mksoft.co.il/gentoo-stats/" @@ -9,7 +9,7 @@ SRC_URI="http://mksoft.co.il/gentoo-stats/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" # devs: please do not change this, it wouldn't make much sense right now -KEYWORDS="x86 ppc sparc -alpha hppa amd64" +KEYWORDS="x86 ppc sparc -alpha hppa amd64" # works fine under macos, can support be added server-side? RDEPEND="dev-lang/python" DEPEND="" |