diff options
author | Sam James <sam@gentoo.org> | 2022-09-17 00:41:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-17 00:41:46 +0100 |
commit | 16f88d4f344911c521be584a5803a51a761eadc9 (patch) | |
tree | 9b743ea4ec7276fd868d8e64297a5ea15678f9cc /dev-libs/popt | |
parent | dev-vcs/git: add 2.38.0_rc0 (diff) | |
download | gentoo-16f88d4f344911c521be584a5803a51a761eadc9.tar.gz gentoo-16f88d4f344911c521be584a5803a51a761eadc9.tar.bz2 gentoo-16f88d4f344911c521be584a5803a51a761eadc9.zip |
dev-libs/popt: add possible context to test sed
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/popt')
-rw-r--r-- | dev-libs/popt/popt-1.19.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/popt/popt-1.19.ebuild b/dev-libs/popt/popt-1.19.ebuild index d936f9b6f309..483bb167bd28 100644 --- a/dev-libs/popt/popt-1.19.ebuild +++ b/dev-libs/popt/popt-1.19.ebuild @@ -21,7 +21,10 @@ BDEPEND="nls? ( >=sys-devel/gettext-0.19.8 )" src_prepare() { default - #sed -i -e 's:lt-test1:test1:' tests/testit.sh || die + # Unclear what the background to this is, perhaps + # https://git.exherbo.org/arbor.git/commit/?id=5545d22d3493279acf7a55246179f818ef22f5fa + sed -i -e 's:lt-test1:test1:' tests/testit.sh || die + elibtoolize } |