From 0e059459d65807bbfdfa0c617906462c6686bd3d Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Tue, 3 Mar 2015 13:03:36 +0000 Subject: add arm64 support, tested on A53 board (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55) --- xfce-base/libxfce4util/ChangeLog | 7 +++++-- xfce-base/libxfce4util/libxfce4util-4.11.0.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'xfce-base') diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index cdc8c6c0a226..76564b2e2836 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/libxfce4util -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.196 2014/04/22 13:43:48 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.197 2015/03/03 13:03:36 dlan Exp $ + + 03 Mar 2015; Yixun Lan libxfce4util-4.11.0.ebuild: + add arm64 support, tested on A53 board 22 Apr 2014; Samuli Suominen -libxfce4util-4.10.0.ebuild: diff --git a/xfce-base/libxfce4util/libxfce4util-4.11.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.11.0.ebuild index 35ee7e1e7d68..f1f59eadb5cd 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.11.0.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.11.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.11.0.ebuild,v 1.1 2014/03/11 13:14:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.11.0.ebuild,v 1.2 2015/03/03 13:03:36 dlan Exp $ EAPI=5 inherit xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="debug" RDEPEND=">=dev-libs/glib-2.24" -- cgit v1.2.3-65-gdbad