diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-01 11:48:42 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-01 11:48:42 +0000 |
commit | 517550ef7dad4f4a4088394bb63975a729f39a0d (patch) | |
tree | e9ca6620c60866bd268840f0ba2a405f52369138 /sci-libs/neartree | |
parent | Preparing to add selinux-dbadm package (diff) | |
download | gentoo-2-517550ef7dad4f4a4088394bb63975a729f39a0d.tar.gz gentoo-2-517550ef7dad4f4a4088394bb63975a729f39a0d.tar.bz2 gentoo-2-517550ef7dad4f4a4088394bb63975a729f39a0d.zip |
stable ppc, bug #440372
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xD0455535)
Diffstat (limited to 'sci-libs/neartree')
-rw-r--r-- | sci-libs/neartree/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/neartree/neartree-3.1.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-libs/neartree/ChangeLog b/sci-libs/neartree/ChangeLog index fe8dd439932d..0b076a79644e 100644 --- a/sci-libs/neartree/ChangeLog +++ b/sci-libs/neartree/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/neartree # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/ChangeLog,v 1.23 2012/10/31 16:46:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/ChangeLog,v 1.24 2012/11/01 11:48:42 blueness Exp $ + + 01 Nov 2012; Anthony G. Basile <blueness@gentoo.org> neartree-3.1.1-r3.ebuild: + stable ppc, bug #440372 31 Oct 2012; Agostino Sarubbo <ago@gentoo.org> neartree-3.1.1-r3.ebuild: Stable for amd64, wrt bug #440372 @@ -113,4 +116,3 @@ +neartree-2.1.4.ebuild, +metadata.xml: function library efficiently solving the Nearest Neighbor Problem(known as the post office problem) - diff --git a/sci-libs/neartree/neartree-3.1.1-r3.ebuild b/sci-libs/neartree/neartree-3.1.1-r3.ebuild index 5de3d19beab1..eb3a3f7cfd3f 100644 --- a/sci-libs/neartree/neartree-3.1.1-r3.ebuild +++ b/sci-libs/neartree/neartree-3.1.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/neartree-3.1.1-r3.ebuild,v 1.2 2012/10/31 16:46:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/neartree-3.1.1-r3.ebuild,v 1.3 2012/11/01 11:48:42 blueness Exp $ EAPI=4 @@ -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 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="dev-libs/cvector" |