gui-apps/clipman: install manpage unconditionally (PG 0305)

https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0305

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-07-18 16:31:20 +02:00
parent a08b91c39b
commit 70317fcb69
2 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,6 @@ SRC_URI+=" ${DEPS_URI}"
LICENSE="BSD GPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+man"
DEPEND="
>=gui-apps/wl-clipboard-2
@@ -29,6 +28,6 @@ src_compile() {
src_install() {
dobin ${PN}
use man && doman docs/${PN}.1
doman docs/${PN}.1
default
}

View File

@@ -16,7 +16,6 @@ SRC_URI+=" ${DEPS_URI}"
LICENSE="BSD GPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+man"
DEPEND="
>=gui-apps/wl-clipboard-2
@@ -33,6 +32,6 @@ src_compile() {
src_install() {
dobin ${PN}
use man && doman docs/${PN}.1
doman docs/${PN}.1
einstalldocs
}