diff options
author | 2004-03-31 12:35:42 +0000 | |
---|---|---|
committer | 2004-03-31 12:35:42 +0000 | |
commit | f4568dbe6b66b33e4e4f93ed64f0b977c171aa7f (patch) | |
tree | bc7c037702448e3727180ee37d46baa2c111eb44 /x11-terms/root-tail | |
parent | Closing #46276. (Manifest recommit) (diff) | |
download | gentoo-2-f4568dbe6b66b33e4e4f93ed64f0b977c171aa7f.tar.gz gentoo-2-f4568dbe6b66b33e4e4f93ed64f0b977c171aa7f.tar.bz2 gentoo-2-f4568dbe6b66b33e4e4f93ed64f0b977c171aa7f.zip |
Closing #46276.
Diffstat (limited to 'x11-terms/root-tail')
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 5 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index 59b1a189dfe3..63259593c40a 100644 --- a/x11-terms/root-tail/ChangeLog +++ b/x11-terms/root-tail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/root-tail # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.9 2004/03/28 04:48:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.10 2004/03/31 12:31:13 aliz Exp $ + + 31 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> root-tail-0.9.ebuild: + Adding amd64 keyword, closing #46276. 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> root-tail-0.9.ebuild: don't assign default to S diff --git a/x11-terms/root-tail/root-tail-0.9.ebuild b/x11-terms/root-tail/root-tail-0.9.ebuild index 6cc162207f56..f2f574f493a8 100644 --- a/x11-terms/root-tail/root-tail-0.9.ebuild +++ b/x11-terms/root-tail/root-tail-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.9.ebuild,v 1.2 2004/03/28 04:48:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.9.ebuild,v 1.3 2004/03/31 12:31:13 aliz Exp $ DESCRIPTION="Terminal to display (multiple) log files on the root window" HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~amd64" IUSE="" DEPEND="virtual/x11" |