Revert "app-crypt/pinentry: add patch for gettext >= 0.24"

This reverts commit e670c7c76d.

Breakage reported.

Bug: https://bugs.gentoo.org/959774
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-04 02:18:37 +01:00
parent 8b00c5373d
commit e815cc4e67
2 changed files with 0 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
https://bugs.gentoo.org/959774
--- a/configure.ac
+++ b/configure.ac
@@ -244,6 +244,8 @@ AM_PATH_GPG_ERROR("$NEED_GPG_ERROR_VERSION",
COMMON_CFLAGS="$GPG_ERROR_CFLAGS $COMMON_CFLAGS"
COMMON_LIBS="$GPG_ERROR_LIBS $COMMON_LIBS"
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION
AC_DEFINE_UNQUOTED(GPG_ERR_ENABLE_GETTEXT_MACROS, 1,
[Under Windows we use the gettext code from libgpg-error])

View File

@@ -51,7 +51,6 @@ DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
PATCHES=(
"${FILESDIR}/${PN}-1.0.0-AR.patch"
"${FILESDIR}/${PN}-1.3.0-automagic.patch" # bug #819939, bug #837719
"${FILESDIR}/${PN}-1.3.2-gettext-0.24.patch" # bug #959774
)
src_prepare() {