diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 13:08:47 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 13:08:47 +0000 |
commit | a0cdc53955079722d737c8abff175058ae068c91 (patch) | |
tree | 887043a09ededb234c665c5587f70d41911d0947 /xfce-base | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-a0cdc53955079722d737c8abff175058ae068c91.tar.gz gentoo-2-a0cdc53955079722d737c8abff175058ae068c91.tar.bz2 gentoo-2-a0cdc53955079722d737c8abff175058ae068c91.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/xfce4-panel/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfce4-panel/xfce4-panel-4.11.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog index afd5e18571c9..075bf9766f63 100644 --- a/xfce-base/xfce4-panel/ChangeLog +++ b/xfce-base/xfce4-panel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfce4-panel -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.253 2014/06/22 21:53:20 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.254 2015/03/03 13:08:47 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xfce4-panel-4.11.1.ebuild: + add arm64 support, tested on A53 board *xfce4-panel-4.11.1 (22 Jun 2014) diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.11.1.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.11.1.ebuild index e3c82c58f0ca..2d9202ce2cbc 100644 --- a/xfce-base/xfce4-panel/xfce4-panel-4.11.1.ebuild +++ b/xfce-base/xfce4-panel/xfce4-panel-4.11.1.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/xfce4-panel/xfce4-panel-4.11.1.ebuild,v 1.1 2014/06/22 21:53:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.11.1.ebuild,v 1.2 2015/03/03 13:08:47 dlan Exp $ EAPI=5 inherit xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug" RDEPEND=">=dev-libs/dbus-glib-0.100 |