diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-20 12:11:02 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-20 12:11:02 +0000 |
commit | 15f40c615f78aa40d8d15b8353730a89139af034 (patch) | |
tree | 6b4943c5470a0bc2f000d943167697ace77ca23a /sci-libs | |
parent | Stable on amd64 wrt bug #352013 (diff) | |
download | gentoo-2-15f40c615f78aa40d8d15b8353730a89139af034.tar.gz gentoo-2-15f40c615f78aa40d8d15b8353730a89139af034.tar.bz2 gentoo-2-15f40c615f78aa40d8d15b8353730a89139af034.zip |
Stable on amd64 wrt bug #351987
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/neartree/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/neartree/neartree-2.3.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/neartree/ChangeLog b/sci-libs/neartree/ChangeLog index f1cd43b33c26..2b098941e845 100644 --- a/sci-libs/neartree/ChangeLog +++ b/sci-libs/neartree/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/neartree -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/ChangeLog,v 1.7 2010/09/13 19:10:59 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/ChangeLog,v 1.8 2011/01/20 12:11:02 hwoarang Exp $ + + 20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> neartree-2.3.1-r1.ebuild: + Stable on amd64 wrt bug #351987 *neartree-2.3.1-r1 (13 Sep 2010) diff --git a/sci-libs/neartree/neartree-2.3.1-r1.ebuild b/sci-libs/neartree/neartree-2.3.1-r1.ebuild index 5261ed85dc2e..a884336339c2 100644 --- a/sci-libs/neartree/neartree-2.3.1-r1.ebuild +++ b/sci-libs/neartree/neartree-2.3.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/neartree-2.3.1-r1.ebuild,v 1.1 2010/09/13 19:10:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/neartree-2.3.1-r1.ebuild,v 1.2 2011/01/20 12:11:02 hwoarang Exp $ EAPI="3" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-libs/cvector" |