diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 10:04:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 10:04:50 +0000 |
commit | ca80c303967e9a627e7420fc1eedcf8c02cba055 (patch) | |
tree | feeb035b011d27eeba32dadd7711bc9f8580fa1c /sci-libs/libsvm/libsvm-3.17.ebuild | |
parent | Stable for x86, wrt bug #484304 (diff) | |
download | gentoo-2-ca80c303967e9a627e7420fc1eedcf8c02cba055.tar.gz gentoo-2-ca80c303967e9a627e7420fc1eedcf8c02cba055.tar.bz2 gentoo-2-ca80c303967e9a627e7420fc1eedcf8c02cba055.zip |
Stable for x86, wrt bug #477138
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs/libsvm/libsvm-3.17.ebuild')
-rw-r--r-- | sci-libs/libsvm/libsvm-3.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libsvm/libsvm-3.17.ebuild b/sci-libs/libsvm/libsvm-3.17.ebuild index dbcba8f6172e..33019cac2723 100644 --- a/sci-libs/libsvm/libsvm-3.17.ebuild +++ b/sci-libs/libsvm/libsvm-3.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libsvm/libsvm-3.17.ebuild,v 1.4 2013/09/12 18:58:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libsvm/libsvm-3.17.ebuild,v 1.5 2013/09/14 10:04:50 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.csie.ntu.edu.tw/~cjlin/libsvm/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="java openmp python tools" DEPEND="java? ( >=virtual/jdk-1.4 )" |