diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-31 03:00:09 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-31 03:00:09 +0000 |
commit | 92041f68251dcf8e5986c3276c48b62090a275bb (patch) | |
tree | 680a0e12ab8a788c94d51e11d871f7dece23b9f8 /app-misc/ttyrec | |
parent | stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-92041f68251dcf8e5986c3276c48b62090a275bb.tar.gz gentoo-2-92041f68251dcf8e5986c3276c48b62090a275bb.tar.bz2 gentoo-2-92041f68251dcf8e5986c3276c48b62090a275bb.zip |
stable on ppc64, bug #57143
Diffstat (limited to 'app-misc/ttyrec')
-rw-r--r-- | app-misc/ttyrec/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/ttyrec/ttyrec-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/ttyrec/ChangeLog b/app-misc/ttyrec/ChangeLog index 29a15bb46239..faca52827ccd 100644 --- a/app-misc/ttyrec/ChangeLog +++ b/app-misc/ttyrec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/ttyrec # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v 1.5 2004/07/29 00:52:13 alexander Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v 1.6 2004/07/31 03:00:09 tgall Exp $ + + 31 Jul 2004; Tom Gall <tgall@gentoo.org> ttyrec-1.0.6.ebuild: + stable on ppc64, bug #57143 27 Jul 2004; Alexander Plank <alexander@gentoo.org> ttyrec-1.0.6.ebuild: add macos keyword diff --git a/app-misc/ttyrec/ttyrec-1.0.6.ebuild b/app-misc/ttyrec/ttyrec-1.0.6.ebuild index 52bda8e86858..1d369e88a400 100644 --- a/app-misc/ttyrec/ttyrec-1.0.6.ebuild +++ b/app-misc/ttyrec/ttyrec-1.0.6.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/ttyrec/ttyrec-1.0.6.ebuild,v 1.6 2004/07/29 00:52:13 alexander Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.7 2004/07/31 03:00:09 tgall Exp $ DESCRIPTION="tty recorder" HOMEPAGE="http://namazu.org/~satoru/ttyrec/" @@ -8,7 +8,7 @@ SRC_URI="http://namazu.org/~satoru/ttyrec/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 macos" +KEYWORDS="x86 macos ppc64" IUSE="" DEPEND="virtual/libc" |