summaryrefslogtreecommitdiff
path: root/sys-fs/mtools/mtools-4.0.39.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /sys-fs/mtools/mtools-4.0.39.ebuild
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'sys-fs/mtools/mtools-4.0.39.ebuild')
-rw-r--r--sys-fs/mtools/mtools-4.0.39.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/sys-fs/mtools/mtools-4.0.39.ebuild b/sys-fs/mtools/mtools-4.0.39.ebuild
index 78c11df773a0..dc740ca0249c 100644
--- a/sys-fs/mtools/mtools-4.0.39.ebuild
+++ b/sys-fs/mtools/mtools-4.0.39.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools flag-o-matic
+inherit flag-o-matic
DESCRIPTION="Utilities to access MS-DOS disks from Unix without mounting them"
HOMEPAGE="https://www.gnu.org/software/mtools/ https://savannah.gnu.org/projects/mtools"
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos ~x64-solaris"
IUSE="X"
RDEPEND="!elibc_glibc? ( virtual/libiconv )
@@ -24,13 +24,6 @@ RDEPEND="!elibc_glibc? ( virtual/libiconv )
)"
DEPEND="${RDEPEND}"
-src_prepare() {
- default
-
- # Only needed for strtoi patch
- eautoreconf
-}
-
src_configure() {
if ! use elibc_glibc && ! use elibc_musl ; then
# bug #447688