diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 13:11:45 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 13:11:45 +0000 |
commit | 4c5bd541135be5ab6c89cbf1196049f25e2ac689 (patch) | |
tree | 94d36d65004327ac6c94e61a0d1b3dfb45846ac0 /xfce-base | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-4c5bd541135be5ab6c89cbf1196049f25e2ac689.tar.gz gentoo-2-4c5bd541135be5ab6c89cbf1196049f25e2ac689.tar.bz2 gentoo-2-4c5bd541135be5ab6c89cbf1196049f25e2ac689.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-settings/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfce4-settings/xfce4-settings-4.11.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/xfce-base/xfce4-settings/ChangeLog b/xfce-base/xfce4-settings/ChangeLog index 98f2b0502a24..0d31f5458521 100644 --- a/xfce-base/xfce4-settings/ChangeLog +++ b/xfce-base/xfce4-settings/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfce4-settings -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.125 2014/09/16 11:14:25 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.126 2015/03/03 13:11:45 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xfce4-settings-4.11.3.ebuild: + add arm64 support, tested on A53 board 16 Sep 2014; Samuli Suominen <ssuominen@gentoo.org> -files/xfce4-settings-4.11.2-upower-0.99.patch, diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.11.3.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.11.3.ebuild index 9477f1deec09..8d0af5078faf 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-4.11.3.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-4.11.3.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-settings/xfce4-settings-4.11.3.ebuild,v 1.1 2014/09/16 10:52:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.11.3.ebuild,v 1.2 2015/03/03 13:11:45 dlan Exp $ EAPI=5 inherit xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" IUSE="debug libcanberra libnotify upower +xklavier" RDEPEND=">=dev-libs/dbus-glib-0.100 |