mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 22:46: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"
|
SRC_URI="https://alpha.gnu.org/gnu/groff/${MY_P}.tar.gz"
|
||||||
else
|
else
|
||||||
SRC_URI="mirror://gnu/groff/${MY_P}.tar.gz"
|
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
|
fi
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_P}"
|
S="${WORKDIR}/${MY_P}"
|
||||||
@ -41,6 +41,11 @@ BDEPEND="
|
|||||||
|
|
||||||
DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS README TODO )
|
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=(
|
PATCHES=(
|
||||||
# bug #16108, bug #17580, bug #121502
|
# bug #16108, bug #17580, bug #121502
|
||||||
"${FILESDIR}"/${PN}-1.19.2-man-unicode-dashes.patch
|
"${FILESDIR}"/${PN}-1.19.2-man-unicode-dashes.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user