summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pinfo/pinfo-0.6.13.ebuild')
-rw-r--r--app-text/pinfo/pinfo-0.6.13.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild b/app-text/pinfo/pinfo-0.6.13.ebuild
index fd125b72037e..12df4b647966 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
IUSE="nls readline"
RDEPEND="
@@ -22,7 +22,7 @@ RDEPEND="
DEPEND="
${RDEPEND}
sys-apps/texinfo
- sys-devel/bison
+ app-alternatives/yacc
virtual/pkgconfig
nls? ( sys-devel/gettext )
"
@@ -41,6 +41,8 @@ src_prepare() {
}
src_configure() {
+ # The following line can be dropped once https://github.com/baszoetekouw/pinfo/pull/35
+ # is merged.
append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
econf \