diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 09:49:36 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 09:49:36 +0000 |
commit | bc8786db816e46de3016cae260722088497bb69b (patch) | |
tree | 8ca1b77a3619d5d2c1b8d7c607af143fe0b66d0a /app-misc/uptimed | |
parent | Oops, undo changes. (diff) | |
download | historical-bc8786db816e46de3016cae260722088497bb69b.tar.gz historical-bc8786db816e46de3016cae260722088497bb69b.tar.bz2 historical-bc8786db816e46de3016cae260722088497bb69b.zip |
Stable on amd64.
Diffstat (limited to 'app-misc/uptimed')
-rw-r--r-- | app-misc/uptimed/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/uptimed/uptimed-0.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/uptimed/ChangeLog b/app-misc/uptimed/ChangeLog index bb63df50ddc0..8d181554c02e 100644 --- a/app-misc/uptimed/ChangeLog +++ b/app-misc/uptimed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/uptimed # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.20 2004/10/16 12:01:32 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.21 2004/10/19 09:49:36 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> uptimed-0.3.3.ebuild: + Stable on amd64. 16 Oct 2004; Aaron Walker <ka0ttic@gentoo.org> -uptimed-0.3.0-r1.ebuild, uptimed-0.3.3.ebuild: diff --git a/app-misc/uptimed/uptimed-0.3.3.ebuild b/app-misc/uptimed/uptimed-0.3.3.ebuild index bb11e62cd173..c497b5731a8a 100644 --- a/app-misc/uptimed/uptimed-0.3.3.ebuild +++ b/app-misc/uptimed/uptimed-0.3.3.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-misc/uptimed/uptimed-0.3.3.ebuild,v 1.5 2004/10/16 12:01:32 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/uptimed-0.3.3.ebuild,v 1.6 2004/10/19 09:49:36 absinthe Exp $ DESCRIPTION="System uptime record daemon that keeps track of your highest uptimes" HOMEPAGE="http://unixcode.org/uptimed/" @@ -8,7 +8,7 @@ SRC_URI="http://unixcode.org/downloads/uptimed/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64 ~sparc" +KEYWORDS="x86 ppc amd64 ~sparc" IUSE="" DEPEND="virtual/libc" |