Install this version:
emerge -a =media-libs/libqpsd-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/libqpsd-9999
Or alternatively:
emerge --autounmask-write -a =media-libs/libqpsd-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0/9999 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="PSD & PSB Plugin for Qt/C++"
HOMEPAGE="https://github.com/roniemartinez/libqpsd"
EGIT_REPO_URI="https://github.com/roniemartinez/libqpsd.git"
LICENSE="LGPL-2.1+"
SLOT="0/${PV}"
RDEPEND="dev-qt/qtbase:6[gui]"
src_prepare() {
sed -i '/QT_QMAKE_EXECUTABLE/s|qmake-qt5|qmake6|' CMakeLists.txt \
|| die "sed failed for CMakeLists.txt"
cmake_src_prepare
}
dev-qt/qtbase:6[gui]