commit:     011d2bfdaacbadfe5381c7a209aa65ae07791da0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 21:20:09 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov  8 08:50:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011d2bfd

app-text/libetonyek: Drop obsolete min GCC check

Sync KEYWORDS.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-text/libetonyek/libetonyek-9999.ebuild | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-9999.ebuild 
b/app-text/libetonyek/libetonyek-9999.ebuild
index 26e021ff6f5..fc13ce6b6be 100644
--- a/app-text/libetonyek/libetonyek-9999.ebuild
+++ b/app-text/libetonyek/libetonyek-9999.ebuild
@@ -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"

Reply via email to