Fix license, use Boost-1.0
This commit is contained in:
parent
2f51a0b19b
commit
f3e4c506de
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="Safe, synchronous and asynchronous handling of posix signals for Qt apps/libs"
|
||||
HOMEPAGE="https://github.com/textshell/posixsignalmanager"
|
||||
SRC_URI="https://github.com/textshell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Boost"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
BUILD_TARGETS="all"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use qt5)
|
||||
$(meson_feature threads)
|
||||
$(meson_use bindist official_branding)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
Loading…
Reference in a new issue