diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2004-09-22 20:26:43 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2004-09-22 20:26:43 +0000 |
commit | fbe29b9923629019e3ed949ae7556140432b88a4 (patch) | |
tree | 82fe9793b275b7b1e57356b7849272d79b0905e2 /app-misc/ttyrec | |
parent | Beta release for the impatient; added myself as maintainer (Manifest recommit) (diff) | |
download | gentoo-2-fbe29b9923629019e3ed949ae7556140432b88a4.tar.gz gentoo-2-fbe29b9923629019e3ed949ae7556140432b88a4.tar.bz2 gentoo-2-fbe29b9923629019e3ed949ae7556140432b88a4.zip |
Added to ~ppc.
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 98f7efb4b732..7ed836f4ccdb 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.8 2004/09/18 16:56:58 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v 1.9 2004/09/22 20:26:43 hansmi Exp $ + + 22 Sep 2004; Michael Hanselmann <hansmi@gentoo.org> ttyrec-1.0.6.ebuild: + Added to ~ppc, bug 63720. 18 Sep 2004; Jason Wever <weeve@gentoo.org> ttyrec-1.0.6.ebuild: Added ~sparc keyword, resolves bug #63721. diff --git a/app-misc/ttyrec/ttyrec-1.0.6.ebuild b/app-misc/ttyrec/ttyrec-1.0.6.ebuild index f105fdef2e58..a64fda48cc6a 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.10 2004/09/18 16:56:58 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.11 2004/09/22 20:26:43 hansmi 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 ppc64 ~alpha ppc-macos ~sparc" +KEYWORDS="x86 macos ppc64 ~alpha ppc-macos ~sparc ~ppc" IUSE="" DEPEND="virtual/libc" |