diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-15 21:18:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-15 21:18:17 +0000 |
commit | f33f4c2b6a54306705fd64b5a8e9161839e4ec6f (patch) | |
tree | 60c5de6f545e6ddc6a5da5ef2b0af867340c4eb3 /sci-libs/neartree | |
parent | Stable for AMD64, wrt bug #394049 (diff) | |
download | gentoo-2-f33f4c2b6a54306705fd64b5a8e9161839e4ec6f.tar.gz gentoo-2-f33f4c2b6a54306705fd64b5a8e9161839e4ec6f.tar.bz2 gentoo-2-f33f4c2b6a54306705fd64b5a8e9161839e4ec6f.zip |
Stable for AMD64, wrt bug #393999
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'sci-libs/neartree')
-rw-r--r-- | sci-libs/neartree/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/neartree/neartree-2.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/neartree/ChangeLog b/sci-libs/neartree/ChangeLog index cfcef91b24d7..67b3f57e928b 100644 --- a/sci-libs/neartree/ChangeLog +++ b/sci-libs/neartree/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/neartree # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/ChangeLog,v 1.14 2011/12/15 21:09:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/ChangeLog,v 1.15 2011/12/15 21:18:17 ago Exp $ + + 15 Dec 2011; Agostino Sarubbo <ago@gentoo.org> neartree-2.3.2.ebuild: + Stable for AMD64, wrt bug #393999 15 Dec 2011; Justin Lecher <jlec@gentoo.org> neartree-2.3.2.ebuild: Add missing die before ago complains diff --git a/sci-libs/neartree/neartree-2.3.2.ebuild b/sci-libs/neartree/neartree-2.3.2.ebuild index c27c0956cd6c..323bb5f498a4 100644 --- a/sci-libs/neartree/neartree-2.3.2.ebuild +++ b/sci-libs/neartree/neartree-2.3.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.3 2011/12/15 21:09:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/neartree-2.3.2.ebuild,v 1.4 2011/12/15 21:18:17 ago 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="" RDEPEND="dev-libs/cvector" |