commit: 8374232f72d139c3593f69471f35c4ac21ba0324 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Apr 29 02:10:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:14:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8374232f
sci-mathematics/pspp: drop obselete sed that was a noop https://git.savannah.gnu.org/cgit/pspp.git/commit/?id=94e47cc0e0fe653ef11299aae2af25d4666b800b Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41839 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-mathematics/pspp/pspp-1.6.2-r2.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sci-mathematics/pspp/pspp-1.6.2-r2.ebuild b/sci-mathematics/pspp/pspp-1.6.2-r2.ebuild index 7bd92ddfe088..b0ea2de7d08f 100644 --- a/sci-mathematics/pspp/pspp-1.6.2-r2.ebuild +++ b/sci-mathematics/pspp/pspp-1.6.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,12 +48,6 @@ pkg_pretend() { ewarn "https://elpa.gnu.org/packages/pspp-mode.html" } -src_prepare() { - default - - sed -i '/appdata$/s/appdata$/metainfo/' Makefile.in || die -} - src_configure() { econf \ $(use_enable nls) \
