mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
sys-apps/groff: Sync with Gentoo
It's from Gentoo commit 7b11e5c5a7f6a49b7ab601d76fa45fe217477b9c.
This commit is contained in:
parent
a907deb6af
commit
70d96f66f7
@ -13,7 +13,7 @@ if [[ ${PV} == *_rc* ]] ; then
|
||||
SRC_URI="https://alpha.gnu.org/gnu/groff/${MY_P}.tar.gz"
|
||||
else
|
||||
SRC_URI="mirror://gnu/groff/${MY_P}.tar.gz"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
fi
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
@ -41,6 +41,11 @@ BDEPEND="
|
||||
|
||||
DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS README TODO )
|
||||
|
||||
QA_CONFIG_IMPL_DECL_SKIP=(
|
||||
# False positive with older autoconf, will be fixed w/ autoconf-2.72
|
||||
static_assert
|
||||
)
|
||||
|
||||
PATCHES=(
|
||||
# bug #16108, bug #17580, bug #121502
|
||||
"${FILESDIR}"/${PN}-1.19.2-man-unicode-dashes.patch
|
||||
|
Loading…
Reference in New Issue
Block a user