diff options
author | 2009-12-20 19:56:48 +0000 | |
---|---|---|
committer | 2009-12-20 19:56:48 +0000 | |
commit | 56935bfdb53a70ccfa101022715262c16eab9b51 (patch) | |
tree | 77cca6fb20303ad7c2b041b5e9ed928e8d1b3bee /x11-misc | |
parent | Punt dead code (stdxx-incdir and GCC_SPECS checking), unify a bunch of common... (diff) | |
download | gentoo-2-56935bfdb53a70ccfa101022715262c16eab9b51.tar.gz gentoo-2-56935bfdb53a70ccfa101022715262c16eab9b51.tar.bz2 gentoo-2-56935bfdb53a70ccfa101022715262c16eab9b51.zip |
Stable on amd64 wrt bug #297628
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/treeline/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/treeline/treeline-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/treeline/ChangeLog b/x11-misc/treeline/ChangeLog index eaa00a1a2ce1..71f111c55ead 100644 --- a/x11-misc/treeline/ChangeLog +++ b/x11-misc/treeline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/treeline # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.38 2009/06/06 18:38:20 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.39 2009/12/20 19:56:48 hwoarang Exp $ + + 20 Dec 2009; Markos Chandras <hwoarang@gentoo.org> treeline-1.2.3.ebuild: + Stable on amd64 wrt bug #297628 06 Jun 2009; Ben de Groot <yngwin@gentoo.org> treeline-1.2.3.ebuild: Install documentation into /usr/share/doc/ and do not install LICENSE. diff --git a/x11-misc/treeline/treeline-1.2.3.ebuild b/x11-misc/treeline/treeline-1.2.3.ebuild index 1d64cf86d5e0..1661809e15ea 100644 --- a/x11-misc/treeline/treeline-1.2.3.ebuild +++ b/x11-misc/treeline/treeline-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.2 2009/06/06 18:38:20 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.3 2009/12/20 19:56:48 hwoarang Exp $ EAPI=2 NEED_PYTHON="2.4" @@ -14,7 +14,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="spell" LANGS="de fr" |