mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
libpst: stabilize v0.6.76
This commit is contained in:
parent
323ce5f34b
commit
d7f84279c2
1 changed files with 2 additions and 3 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue