summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/gnucash-4.4.ebuild18
-rw-r--r--app-office/gnucash/gnucash-4.5.ebuild18
-rw-r--r--app-office/gnucash/gnucash-4.8.ebuild16
3 files changed, 2 insertions, 50 deletions
diff --git a/app-office/gnucash/gnucash-4.4.ebuild b/app-office/gnucash/gnucash-4.4.ebuild
index 09ce9038f1bf..8f020d3cb3eb 100644
--- a/app-office/gnucash/gnucash-4.4.ebuild
+++ b/app-office/gnucash/gnucash-4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -82,10 +82,6 @@ BDEPEND="
dev-lang/swig
dev-util/cmake
virtual/pkgconfig
- || (
- >=sys-devel/gcc-8:*
- >=sys-devel/clang-6:*
- )
"
PDEPEND="doc? (
@@ -102,18 +98,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
diff --git a/app-office/gnucash/gnucash-4.5.ebuild b/app-office/gnucash/gnucash-4.5.ebuild
index 7c45aa93aa2c..11cdf2fabdfe 100644
--- a/app-office/gnucash/gnucash-4.5.ebuild
+++ b/app-office/gnucash/gnucash-4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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
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