commit:     9a77220d8ef4f4cca4e95be0af8e67571cc5f5ad
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 16:59:57 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu May 11 16:59:57 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=9a77220d

Don't substitute PORTAGEQ in libs

* libs/Makefile.am (dosed): Don't substitute PORTAGEQ, it no
longer exists in configure.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog        | 5 +++++
 libs/Makefile.am | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f807496..0684481 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-05-11  Ulrich Müller  <u...@gentoo.org>
+
+       * libs/Makefile.am (dosed): Don't substitute PORTAGEQ, it no
+       longer exists in configure.
+
 2023-03-20  Ulrich Müller  <u...@gentoo.org>
 
        * configure.ac: Update version to 1.4.22.

diff --git a/libs/Makefile.am b/libs/Makefile.am
index 6ebd08e..c5f3de3 100644
--- a/libs/Makefile.am
+++ b/libs/Makefile.am
@@ -28,7 +28,6 @@ EXTRA_DIST = \
 
 dosed = @SED@ \
        -e 's%\@SED\@%@SED@%g' \
-       -e 's%\@PORTAGEQ\@%@PORTAGEQ@%g' \
        -e 's%\@ENV_UPDATE\@%@ENV_UPDATE@%g' \
        -e 's%\@CANONICALISE\@%@CANONICALISE@%g' \
        -e 's%\@libdir\@%@libdir@%g'

Reply via email to