diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-21 08:46:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-21 08:46:14 +0000 |
commit | e7d1df71a21eae4c4ed5ad29130d7486ef72a551 (patch) | |
tree | 9398aebb93bdbc184b39046e49adf6d88e744864 /testing/lucene++ | |
parent | 04c30f8cbff7e0280bd6a0b2ed1f04ffdc33f3de (diff) | |
download | aports-e7d1df71a21eae4c4ed5ad29130d7486ef72a551.tar.bz2 aports-e7d1df71a21eae4c4ed5ad29130d7486ef72a551.tar.xz |
testing/lucene++: disable for now
it does not build
Diffstat (limited to 'testing/lucene++')
-rw-r--r-- | testing/lucene++/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lucene++/APKBUILD b/testing/lucene++/APKBUILD index 21a36ec377..c3d0c4e01e 100644 --- a/testing/lucene++/APKBUILD +++ b/testing/lucene++/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.0.7 pkgrel=0 pkgdesc="C++ port of the popular Java Lucene library" url="https://github.com/luceneplusplus/LucenePlusPlus'" -arch="all" +arch="" license="GPL Apache" depends="" depends_dev="boost-dev" |