app-text/libetonyek: Drop obsolete min GCC check
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 7 Nov 2017 21:20:09 +0000 (22:20 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 8 Nov 2017 08:50:31 +0000 (09:50 +0100)
Sync KEYWORDS.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

app-text/libetonyek/libetonyek-9999.ebuild

index 26e021ff6f50fe9d57d5d448fb3e57e402a3c420..fc13ce6b6becd88efe78f560f442d0016d134266 100644 (file)
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
@@ -32,15 +32,6 @@ DEPEND="${RDEPEND}
        test? ( dev-util/cppunit )
 "
 
-pkg_pretend() {
-       if [[ $(gcc-major-version) -lt 4 ]] || {
-               [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 8 ]]; }
-       then
-               eerror "Compilation with gcc older than 4.8 is not supported"
-               die "Too old gcc found."
-       fi
-}
-
 src_prepare() {
        default
        [[ -d m4 ]] || mkdir "m4"