diff options
author | Alexander Plank <alexander@gentoo.org> | 2004-07-29 00:52:13 +0000 |
---|---|---|
committer | Alexander Plank <alexander@gentoo.org> | 2004-07-29 00:52:13 +0000 |
commit | ff9c6f7097f3b0a3dda499330324b580bb076807 (patch) | |
tree | 6f9b8ef8b2d15771d5c5200aecab6b4a0da09078 /app-misc/ttyrec | |
parent | deprecating the 1.0-gcc3 profile, removing the ancient legacy build profiles (diff) | |
download | gentoo-2-ff9c6f7097f3b0a3dda499330324b580bb076807.tar.gz gentoo-2-ff9c6f7097f3b0a3dda499330324b580bb076807.tar.bz2 gentoo-2-ff9c6f7097f3b0a3dda499330324b580bb076807.zip |
add macos keyword bug 58103
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 71f8e8c8b6a6..29a15bb46239 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.4 2004/06/24 22:36:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v 1.5 2004/07/29 00:52:13 alexander Exp $ + + 27 Jul 2004; Alexander Plank <alexander@gentoo.org> ttyrec-1.0.6.ebuild: + add macos keyword 04 Apr 2004; Akinori Hattori <hattya@gentoo.org> ttyrec-1.0.6.ebuild: removed S. stable on x86. diff --git a/app-misc/ttyrec/ttyrec-1.0.6.ebuild b/app-misc/ttyrec/ttyrec-1.0.6.ebuild index 6e789ed68929..52bda8e86858 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.5 2004/06/28 04:16:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.6 2004/07/29 00:52:13 alexander 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" +KEYWORDS="x86 macos" IUSE="" DEPEND="virtual/libc" |