diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-28 21:37:50 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-28 21:37:50 +0000 |
commit | 224d9e5d5b8bf04772640e847ba0762c6900c0f1 (patch) | |
tree | 2bdb64dea4fe3847a074b8603628d9d67e2e0949 /x11-terms/root-tail | |
parent | Add ~alpha ~amd64 ~ia64 (diff) | |
download | gentoo-2-224d9e5d5b8bf04772640e847ba0762c6900c0f1.tar.gz gentoo-2-224d9e5d5b8bf04772640e847ba0762c6900c0f1.tar.bz2 gentoo-2-224d9e5d5b8bf04772640e847ba0762c6900c0f1.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-terms/root-tail')
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 6 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-1.2-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index b95876d5f5f8..2d2540070fae 100644 --- a/x11-terms/root-tail/ChangeLog +++ b/x11-terms/root-tail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-terms/root-tail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.29 2005/03/25 02:02:40 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.30 2005/03/28 21:34:30 hansmi Exp $ + + 28 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> + root-tail-1.2-r2.ebuild: + Stable on ppc. 25 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> root-tail-1.2-r2.ebuild: Marked stable on x86. diff --git a/x11-terms/root-tail/root-tail-1.2-r2.ebuild b/x11-terms/root-tail/root-tail-1.2-r2.ebuild index 18530fd3d73e..4bb108d4cf86 100644 --- a/x11-terms/root-tail/root-tail-1.2-r2.ebuild +++ b/x11-terms/root-tail/root-tail-1.2-r2.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/x11-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.3 2005/03/25 02:02:40 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.4 2005/03/28 21:34:30 hansmi Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ~amd64 ~ppc ~ppc64" +KEYWORDS="x86 ~sparc ~amd64 ppc ~ppc64" IUSE="kde debug" RDEPEND="virtual/x11" |