From 3e74ab815721e1d9379c3c416ef8cf7f77c565f3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 21 Dec 2023 12:55:11 +0000 Subject: mate-base/mate-common: cleanup 9999 template debris We already dropped the first bit, which included an autotools inherit. Signed-off-by: Sam James --- mate-base/mate-common/mate-common-1.27.1.ebuild | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mate-base/mate-common') diff --git a/mate-base/mate-common/mate-common-1.27.1.ebuild b/mate-base/mate-common/mate-common-1.27.1.ebuild index 6e0288cfef40..c4353c4199a6 100644 --- a/mate-base/mate-common/mate-common-1.27.1.ebuild +++ b/mate-base/mate-common/mate-common-1.27.1.ebuild @@ -16,13 +16,6 @@ DESCRIPTION="Common files for development of MATE packages" LICENSE="GPL-3+" SLOT="0" -src_prepare() { - default - if [[ ${PV} == 9999 ]]; then - eautoreconf - fi -} - src_install() { mv doc-build/README README.doc-build \ || die "Failed to rename doc-build/README." -- cgit v1.2.3-65-gdbad