summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-05-11 18:59:57 +0200
committerUlrich Müller <ulm@gentoo.org>2023-05-11 18:59:57 +0200
commit9a77220d8ef4f4cca4e95be0af8e67571cc5f5ad (patch)
tree31c6dc270f4bc9d4c9c304bef815b24c5b31446f
parentUpdate version to 1.4.22 (diff)
downloadeselect-9a77220d8ef4f4cca4e95be0af8e67571cc5f5ad.tar.gz
eselect-9a77220d8ef4f4cca4e95be0af8e67571cc5f5ad.tar.bz2
eselect-9a77220d8ef4f4cca4e95be0af8e67571cc5f5ad.zip
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@gentoo.org>
-rw-r--r--ChangeLog5
-rw-r--r--libs/Makefile.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f807496..0684481 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-05-11 Ulrich Müller <ulm@gentoo.org>
+
+ * libs/Makefile.am (dosed): Don't substitute PORTAGEQ, it no
+ longer exists in configure.
+
2023-03-20 Ulrich Müller <ulm@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'