diff options
author | NRK <nrk@disroot.org> | 2023-05-13 16:06:16 +0600 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-05-28 15:30:29 +0300 |
commit | 4b39f7038bb3158d054e46c5c1de51ac7b3a4cfa (patch) | |
tree | 8d0b8148f4fd0cbba579bf1fdd17036fb114fc37 /app-arch/p7zip/p7zip-17.05-r1.ebuild | |
parent | net-im/signal-desktop-bin: remove old version (diff) | |
download | gentoo-4b39f7038bb3158d054e46c5c1de51ac7b3a4cfa.tar.gz gentoo-4b39f7038bb3158d054e46c5c1de51ac7b3a4cfa.tar.bz2 gentoo-4b39f7038bb3158d054e46c5c1de51ac7b3a4cfa.zip |
app-arch/p7zip: install docs unconditionally
The QA policy is to install small files (that require no additional
dependency to build) to be installed unconditionally:
https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0301
Signed-off-by: NRK <nrk@disroot.org>
Closes: https://github.com/gentoo/gentoo/pull/31018
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-arch/p7zip/p7zip-17.05-r1.ebuild')
-rw-r--r-- | app-arch/p7zip/p7zip-17.05-r1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-arch/p7zip/p7zip-17.05-r1.ebuild b/app-arch/p7zip/p7zip-17.05-r1.ebuild index b021745a051b..dc971183b1eb 100644 --- a/app-arch/p7zip/p7zip-17.05-r1.ebuild +++ b/app-arch/p7zip/p7zip-17.05-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/p7zip-project/p7zip/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="LGPL-2.1 rar? ( unRAR )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="abi_x86_x32 doc natspec +pch rar static" +IUSE="abi_x86_x32 natspec +pch rar static" RDEPEND="natspec? ( dev-libs/libnatspec )" DEPEND="${RDEPEND}" @@ -106,9 +106,7 @@ src_install() { doman man1/7z.1 man1/7za.1 man1/7zr.1 dodoc ChangeLog README TODO - if use doc; then - dodoc DOC/*.txt - docinto html - dodoc -r DOC/MANUAL/. - fi + dodoc DOC/*.txt + docinto html + dodoc -r DOC/MANUAL/. } |