diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-09-26 04:32:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-09-26 04:32:51 +0000 |
commit | 16e1df339d11bdedcd319646666c5133115eb4aa (patch) | |
tree | 8872f52ce815be90c8a708cc7ba385cc45c4a27c /net-misc/adjtimex | |
parent | Stable on x86, 238 days in ~x86. (diff) | |
download | gentoo-2-16e1df339d11bdedcd319646666c5133115eb4aa.tar.gz gentoo-2-16e1df339d11bdedcd319646666c5133115eb4aa.tar.bz2 gentoo-2-16e1df339d11bdedcd319646666c5133115eb4aa.zip |
Stable on x86, 431 days in ~x86.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-misc/adjtimex')
-rw-r--r-- | net-misc/adjtimex/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/adjtimex/adjtimex-1.16-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/adjtimex/ChangeLog b/net-misc/adjtimex/ChangeLog index 94be663a8fd8..54c246ab8f90 100644 --- a/net-misc/adjtimex/ChangeLog +++ b/net-misc/adjtimex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/adjtimex # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/adjtimex/ChangeLog,v 1.9 2005/01/19 12:54:38 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/adjtimex/ChangeLog,v 1.10 2005/09/26 04:32:51 robbat2 Exp $ + + 26 Sep 2005; Robin H. Johnson <robbat2@gentoo.org> + adjtimex-1.16-r1.ebuild: + Stable on x86, 431 days in ~x86. 19 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> adjtimex-1.16-r1.ebuild: added ~amd64 to KEYWORDS. diff --git a/net-misc/adjtimex/adjtimex-1.16-r1.ebuild b/net-misc/adjtimex/adjtimex-1.16-r1.ebuild index 4c559c4eab73..0c5883aaade7 100644 --- a/net-misc/adjtimex/adjtimex-1.16-r1.ebuild +++ b/net-misc/adjtimex/adjtimex-1.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/adjtimex/adjtimex-1.16-r1.ebuild,v 1.6 2005/01/19 12:54:38 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/adjtimex/adjtimex-1.16-r1.ebuild,v 1.7 2005/09/26 04:32:51 robbat2 Exp $ inherit fixheadtails eutils @@ -16,7 +16,7 @@ SRC_URI="${DEBIAN_URI}/${DEBIAN_PATCH} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~amd64" +KEYWORDS="x86 ~ppc ~alpha ~amd64" IUSE="" RDEPEND="virtual/libc" |