From e815cc4e671cfb061dc1d8c69a1c7ad2b019e964 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 4 May 2026 02:18:37 +0100 Subject: [PATCH] Revert "app-crypt/pinentry: add patch for gettext >= 0.24" This reverts commit e670c7c76d4fa17b8b6217fd41226edbddc3c550. Breakage reported. Bug: https://bugs.gentoo.org/959774 Signed-off-by: Sam James --- .../files/pinentry-1.3.2-gettext-0.24.patch | 13 ------------- app-crypt/pinentry/pinentry-1.3.2-r1.ebuild | 1 - 2 files changed, 14 deletions(-) delete mode 100644 app-crypt/pinentry/files/pinentry-1.3.2-gettext-0.24.patch diff --git a/app-crypt/pinentry/files/pinentry-1.3.2-gettext-0.24.patch b/app-crypt/pinentry/files/pinentry-1.3.2-gettext-0.24.patch deleted file mode 100644 index e0f17ec5fefe6..0000000000000 --- a/app-crypt/pinentry/files/pinentry-1.3.2-gettext-0.24.patch +++ /dev/null @@ -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]) - diff --git a/app-crypt/pinentry/pinentry-1.3.2-r1.ebuild b/app-crypt/pinentry/pinentry-1.3.2-r1.ebuild index f73263552bcba..a33429935f3a8 100644 --- a/app-crypt/pinentry/pinentry-1.3.2-r1.ebuild +++ b/app-crypt/pinentry/pinentry-1.3.2-r1.ebuild @@ -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() {