summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 13:03:36 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 13:03:36 +0000
commit0e059459d65807bbfdfa0c617906462c6686bd3d (patch)
treee3bd73984651e1187ef1565cbd2cfbb2d0d8d9cf /xfce-base
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-0e059459d65807bbfdfa0c617906462c6686bd3d.tar.gz
gentoo-2-0e059459d65807bbfdfa0c617906462c6686bd3d.tar.bz2
gentoo-2-0e059459d65807bbfdfa0c617906462c6686bd3d.zip
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/libxfce4util/ChangeLog7
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.11.0.ebuild6
2 files changed, 8 insertions, 5 deletions
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 <dlan@gentoo.org> libxfce4util-4.11.0.ebuild:
+ add arm64 support, tested on A53 board
22 Apr 2014; Samuli Suominen <ssuominen@gentoo.org>
-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"