dev-lang/clips: do not install static libs

Closes: https://bugs.gentoo.org/958192
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2025-08-11 11:13:00 +02:00
parent aa12d09bf9
commit dc6f96f6c5
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -29,5 +29,4 @@ src_compile() {
src_install() {
dobin clips
dolib.a libclips.a
}