diff options
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/clipman/clipman-1.6.2.ebuild | 5 | ||||
-rw-r--r-- | gui-apps/clipman/clipman-1.6.3.ebuild | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/gui-apps/clipman/clipman-1.6.2.ebuild b/gui-apps/clipman/clipman-1.6.2.ebuild index fc81418ff..0ca389ca8 100644 --- a/gui-apps/clipman/clipman-1.6.2.ebuild +++ b/gui-apps/clipman/clipman-1.6.2.ebuild @@ -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 } diff --git a/gui-apps/clipman/clipman-1.6.3.ebuild b/gui-apps/clipman/clipman-1.6.3.ebuild index 06cdae7e0..5db11f6c2 100644 --- a/gui-apps/clipman/clipman-1.6.3.ebuild +++ b/gui-apps/clipman/clipman-1.6.3.ebuild @@ -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 } |