libpst: stabilize v0.6.76

This commit is contained in:
Anton Bolshakov 2024-04-12 09:15:15 +08:00
parent 323ce5f34b
commit d7f84279c2
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors # Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -9,7 +9,7 @@ SRC_URI="https://www.five-ten-sg.com/libpst/packages/${P}.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="amd64"
IUSE="debug static shared python profiling" IUSE="debug static shared python profiling"
DEPEND=" DEPEND="
@ -18,7 +18,6 @@ DEPEND="
python? ( dev-libs/boost[python] ) python? ( dev-libs/boost[python] )
" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() { src_configure() {
econf \ econf \