diff options
-rw-r--r-- | dev-util/treecc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/treecc/treecc-0.3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/treecc/ChangeLog b/dev-util/treecc/ChangeLog index 871627827386..6d9687dd9c20 100644 --- a/dev-util/treecc/ChangeLog +++ b/dev-util/treecc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/treecc # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/ChangeLog,v 1.19 2006/10/05 23:46:50 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/ChangeLog,v 1.20 2006/10/06 18:12:25 ticho Exp $ + + 06 Oct 2006; Andrej Kacian <ticho@gentoo.org> treecc-0.3.8.ebuild: + Stable on x86, bug #150219. 05 Oct 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> treecc-0.3.8.ebuild: diff --git a/dev-util/treecc/treecc-0.3.8.ebuild b/dev-util/treecc/treecc-0.3.8.ebuild index 764a6ad82a0c..46592f96e63c 100644 --- a/dev-util/treecc/treecc-0.3.8.ebuild +++ b/dev-util/treecc/treecc-0.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.8.ebuild,v 1.3 2006/10/05 23:46:50 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.8.ebuild,v 1.4 2006/10/06 18:12:25 ticho Exp $ DESCRIPTION="compiler-compiler tool for aspect-oriented programming" HOMEPAGE="http://www.southern-storm.com.au/treecc.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 ~sparc x86" IUSE="doc examples" DEPEND="doc? ( app-text/texi2html )" |