summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2018-06-16 15:25:27 +0200
committerCtibor Brančík <ctibor@brancik.cz>2018-06-16 15:25:27 +0200
commit38c8f8f720caf007eeeb208bd8ce05c972e932ac (patch)
tree1845fc502aba2f60785c7f715e797504b266aece
parent24ad28d6ec6de93f7130484801cffe99d4d78301 (diff)
downloadbrancik-overlay-38c8f8f720caf007eeeb208bd8ce05c972e932ac.tar.gz
brancik-overlay-38c8f8f720caf007eeeb208bd8ce05c972e932ac.tar.bz2
Remove unneeded GCC check for qhy driver. GCC <5 is not used anymore.
-rw-r--r--sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.7.0.ebuild11
-rw-r--r--sci-libs/indilib-driver-qhy/indilib-driver-qhy-9999.ebuild11
2 files changed, 0 insertions, 22 deletions
diff --git a/sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.7.0.ebuild b/sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.7.0.ebuild
index 46c3cbb..b9d070b 100644
--- a/sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.7.0.ebuild
+++ b/sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.7.0.ebuild
@@ -24,14 +24,3 @@ RDEPEND="${DEPEND}"
INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}${PN##*-driver}"
S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}"
-
-pkg_pretend() {
- if [[ $(gcc-major-version) < 5 ]]; then
- eerror "You need to activate GCC 5 in order to compile this driver."
- eerror "This is because the binary included in sci-libs/libqhy has been built"
- eerror "with GCC 5. You need to install and activate sys-devel/gcc-5*"
- eerror "Please refer onto https://wiki.gentoo.org/wiki/Upgrading_GCC "
- eerror "for complete Gentoo GCC upgrading guide."
- die "GCC 5 is needed to build this package!"
- fi
-}
diff --git a/sci-libs/indilib-driver-qhy/indilib-driver-qhy-9999.ebuild b/sci-libs/indilib-driver-qhy/indilib-driver-qhy-9999.ebuild
index 420a67f..09c2377 100644
--- a/sci-libs/indilib-driver-qhy/indilib-driver-qhy-9999.ebuild
+++ b/sci-libs/indilib-driver-qhy/indilib-driver-qhy-9999.ebuild
@@ -23,14 +23,3 @@ RDEPEND="${DEPEND}"
INDI_GIT_DIR="${PN%%lib-driver-*}${PN##*-driver}"
S="${EGIT_CHECKOUT_DIR}/3rdparty/${INDI_GIT_DIR}"
-
-pkg_pretend() {
- if [[ $(gcc-major-version) < 5 ]]; then
- eerror "You need to activate GCC 5 in order to compile this driver."
- eerror "This is because the binary included in sci-libs/libqhy has been built"
- eerror "with GCC 5. You need to install and activate sys-devel/gcc-5*"
- eerror "Please refer onto https://wiki.gentoo.org/wiki/Upgrading_GCC "
- eerror "for complete Gentoo GCC upgrading guide."
- die "GCC 5 is needed to build this package!"
- fi
-}