summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r--app-cdr/bchunk/bchunk-1.2.2-r1.ebuild (renamed from app-cdr/bchunk/bchunk-1.2.2.ebuild)13
1 files changed, 6 insertions, 7 deletions
diff --git a/app-cdr/bchunk/bchunk-1.2.2.ebuild b/app-cdr/bchunk/bchunk-1.2.2-r1.ebuild
index 670347ecf25e..464109766dd3 100644
--- a/app-cdr/bchunk/bchunk-1.2.2.ebuild
+++ b/app-cdr/bchunk/bchunk-1.2.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs
@@ -11,9 +11,7 @@ SRC_URI="http://he.fi/bchunk/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-
-DOCS=( "${PN}.spec" README ChangeLog )
+KEYWORDS="amd64 ~arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
src_compile() {
emake \
@@ -23,7 +21,8 @@ src_compile() {
}
src_install() {
- dobin "${PN}"
- doman "${PN}.1"
+ dobin bchunk
+ doman bchunk.1
einstalldocs
+ dodoc bchunk.spec
}