summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-09-24 21:17:54 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-10-02 00:08:34 +0200
commitddec7ca33a41869d9ae88970201d10a2ad4b4e15 (patch)
treec0aedb57fc9c68c903abfd9f04dd6cc0852dcceb /dev-libs/liborcus/liborcus-9999.ebuild
parentdev-libs/libixion: Version bump to 0.12.1 (diff)
downloadgentoo-ddec7ca33a41869d9ae88970201d10a2ad4b4e15.tar.gz
gentoo-ddec7ca33a41869d9ae88970201d10a2ad4b4e15.tar.bz2
gentoo-ddec7ca33a41869d9ae88970201d10a2ad4b4e15.zip
dev-libs/liborcus: Version bump to 0.12.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/liborcus/liborcus-9999.ebuild')
-rw-r--r--dev-libs/liborcus/liborcus-9999.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild
index 524969bc30ea..4c941bf77357 100644
--- a/dev-libs/liborcus/liborcus-9999.ebuild
+++ b/dev-libs/liborcus/liborcus-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git"
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python3_{4,5} )
[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
inherit eutils python-single-r1 ${GITECLASS}
@@ -17,19 +17,19 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md"
[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/orcus/src/${P}.tar.xz"
LICENSE="MIT"
-SLOT="0/0.11" # based on SONAME of liborcus.so
+SLOT="0/0.12" # based on SONAME of liborcus.so
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="python +spreadsheet-model static-libs tools"
RDEPEND="
- >=dev-libs/boost-1.51.0:=
+ dev-libs/boost:=
sys-libs/zlib:=
python? ( ${PYTHON_DEPS} )
- spreadsheet-model? ( >=dev-libs/libixion-0.11.1:= )
+ spreadsheet-model? ( >=dev-libs/libixion-0.12.1:= )
"
DEPEND="${RDEPEND}
- >=dev-util/mdds-1.2.0:1
+ >=dev-util/mdds-1.2.2:1
"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -39,7 +39,7 @@ pkg_setup() {
}
src_prepare() {
- eapply_user
+ default
[[ ${PV} == 9999 ]] && eautoreconf
}
@@ -54,6 +54,5 @@ src_configure() {
src_install() {
default
-
prune_libtool_files --all
}