diff options
author | Sam James <sam@gentoo.org> | 2023-12-21 12:55:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 12:55:11 +0000 |
commit | 3e74ab815721e1d9379c3c416ef8cf7f77c565f3 (patch) | |
tree | f8db416408383fc03614688e4577da73a25a81d9 /mate-base | |
parent | */*: MATE var fix (diff) | |
download | gentoo-3e74ab815721e1d9379c3c416ef8cf7f77c565f3.tar.gz gentoo-3e74ab815721e1d9379c3c416ef8cf7f77c565f3.tar.bz2 gentoo-3e74ab815721e1d9379c3c416ef8cf7f77c565f3.zip |
mate-base/mate-common: cleanup 9999 template debris
We already dropped the first bit, which included an autotools inherit.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-common/mate-common-1.27.1.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
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." |