diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:53:52 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:53:52 +0200 |
commit | 987f3f79fc48d6757978205b5f703c01b400f972 (patch) | |
tree | 474e4d9b1b139e58849ab40c24801ce69af783ba /app-text/mandoc | |
parent | app-arch/tar: drop unused flag-o-matic inherit (diff) | |
download | gentoo-987f3f79fc48d6757978205b5f703c01b400f972.tar.gz gentoo-987f3f79fc48d6757978205b5f703c01b400f972.tar.bz2 gentoo-987f3f79fc48d6757978205b5f703c01b400f972.zip |
app-text/mandoc: drop unused multilib inherit
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/mandoc')
-rw-r--r-- | app-text/mandoc/mandoc-1.14.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mandoc/mandoc-1.14.5.ebuild b/app-text/mandoc/mandoc-1.14.5.ebuild index f79cec58e05a..eda54b2aa1b7 100644 --- a/app-text/mandoc/mandoc-1.14.5.ebuild +++ b/app-text/mandoc/mandoc-1.14.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit multilib toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Suite of tools compiling mdoc and man" HOMEPAGE="https://mdocml.bsd.lv/" |