diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-03-28 13:54:06 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-03-28 14:41:00 +0100 |
commit | fc9bb1ad733e70b985ad21b743caa82b4843d508 (patch) | |
tree | 03f11dbd13c651d9f521e325efd288f516e7dbb0 /x11-plugins | |
parent | dev-python/testresources: Add missing dep on pbr (diff) | |
download | gentoo-fc9bb1ad733e70b985ad21b743caa82b4843d508.tar.gz gentoo-fc9bb1ad733e70b985ad21b743caa82b4843d508.tar.bz2 gentoo-fc9bb1ad733e70b985ad21b743caa82b4843d508.zip |
x11-plugins/wmblob: replace ":" as sed delimiter
Closes: https://bugs.gentoo.org/711854
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmblob/wmblob-1.0.3.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/wmblob/wmblob-1.0.4.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-plugins/wmblob/wmblob-1.0.3.ebuild b/x11-plugins/wmblob/wmblob-1.0.3.ebuild index 177155ed0a7b..4d31557be81d 100644 --- a/x11-plugins/wmblob/wmblob-1.0.3.ebuild +++ b/x11-plugins/wmblob/wmblob-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,8 +26,8 @@ DOCS="AUTHORS ChangeLog NEWS README doc/how_it_works" src_prepare() { sed -i \ - -e "s:-O2:${CFLAGS}:g" \ - -e "s:\$x_libraries:/usr/$(get_libdir):" \ + -e "s|-O2|${CFLAGS}|g" \ + -e "s|\$x_libraries|/usr/$(get_libdir)|" \ configure.ac || die eautoreconf diff --git a/x11-plugins/wmblob/wmblob-1.0.4.ebuild b/x11-plugins/wmblob/wmblob-1.0.4.ebuild index a1a61a71f9fd..36809096937f 100644 --- a/x11-plugins/wmblob/wmblob-1.0.4.ebuild +++ b/x11-plugins/wmblob/wmblob-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,8 +27,8 @@ src_prepare() { default sed -i \ - -e "s:-O2:${CFLAGS}:g" \ - -e "s:\$x_libraries:/usr/$(get_libdir):" \ + -e "s|-O2|${CFLAGS}|g" \ + -e "s|\$x_libraries|/usr/$(get_libdir)|" \ configure.ac || die eautoreconf |