diff options
author | 2025-02-12 18:09:33 +0100 | |
---|---|---|
committer | 2025-02-12 18:09:54 +0100 | |
commit | 1b559868b535bfcecbff1456d1ee8ba625ac6ced (patch) | |
tree | 0c3692984750da04a87d7916a92807a9bf46ef52 /app-office | |
parent | app-office/calligra: Switch to gear.kde.org.eclass (diff) | |
download | kde-1b559868b535bfcecbff1456d1ee8ba625ac6ced.tar.gz kde-1b559868b535bfcecbff1456d1ee8ba625ac6ced.tar.bz2 kde-1b559868b535bfcecbff1456d1ee8ba625ac6ced.zip |
app-office/calligra: Cleanup unnecessary pkg_pretend(), pkg_setup()
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/calligra/calligra-9999.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index 3aa74a8eeb..2ec028ffeb 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -97,14 +97,6 @@ BDEPEND=" PATCHES=( "${WORKDIR}"/${PATCHSET}/${PN}-3.1.89-no-arch-detection.patch ) # downstream -pkg_pretend() { - check-reqs_pkg_pretend -} - -pkg_setup() { - check-reqs_pkg_setup -} - src_configure() { local cal_ft myproducts |