summaryrefslogtreecommitdiff
path: root/app-office/gnucash/gnucash-4.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /app-office/gnucash/gnucash-4.8.ebuild
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'app-office/gnucash/gnucash-4.8.ebuild')
-rw-r--r--app-office/gnucash/gnucash-4.8.ebuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-office/gnucash/gnucash-4.8.ebuild b/app-office/gnucash/gnucash-4.8.ebuild
index 9bfefda763d3..621b83ea81b0 100644
--- a/app-office/gnucash/gnucash-4.8.ebuild
+++ b/app-office/gnucash/gnucash-4.8.ebuild
@@ -86,10 +86,6 @@ BDEPEND="
dev-lang/swig
dev-util/cmake
virtual/pkgconfig
- || (
- >=sys-devel/gcc-8:*
- >=sys-devel/clang-6:*
- )
"
PDEPEND="doc? (
@@ -104,18 +100,6 @@ PATCHES=(
S="${WORKDIR}/${PN}-$(ver_cut 1-2)"
-pkg_pretend() {
- if tc-is-gcc; then
- if [[ $(gcc-major-version) -lt 8 ]]; then
- die "GnuCash needs at least GCC version 8."
- fi
- elif tc-is-clang; then
- if [[ $(clang-major-version) -lt 6 ]]; then
- die "GnuCash needs at least clang version 6."
- fi
- fi
-}
-
pkg_setup() {
use python && python-single-r1_pkg_setup
xdg_environment_reset