diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 13:13:04 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 13:13:04 +0000 |
commit | cba8913e7550718c701fb168bdaedc748a7580d0 (patch) | |
tree | f2d63609fad734e6a5646d3424f7b91d4ff1d447 /xfce-base/xfconf | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-cba8913e7550718c701fb168bdaedc748a7580d0.tar.gz gentoo-2-cba8913e7550718c701fb168bdaedc748a7580d0.tar.bz2 gentoo-2-cba8913e7550718c701fb168bdaedc748a7580d0.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/xfconf')
-rw-r--r-- | xfce-base/xfconf/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfconf/xfconf-4.10.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/xfce-base/xfconf/ChangeLog b/xfce-base/xfconf/ChangeLog index c53a7823b232..8cb2014e5468 100644 --- a/xfce-base/xfconf/ChangeLog +++ b/xfce-base/xfconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfconf -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.76 2012/11/28 12:29:35 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.77 2015/03/03 13:13:04 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xfconf-4.10.0.ebuild: + add arm64 support, tested on A53 board 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> xfconf-4.10.0.ebuild: EAPI5 diff --git a/xfce-base/xfconf/xfconf-4.10.0.ebuild b/xfce-base/xfconf/xfconf-4.10.0.ebuild index c764fb262d9d..de13a2b989f2 100644 --- a/xfce-base/xfconf/xfconf-4.10.0.ebuild +++ b/xfce-base/xfconf/xfconf-4.10.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/xfconf/xfconf-4.10.0.ebuild,v 1.12 2012/11/28 12:29:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.10.0.ebuild,v 1.13 2015/03/03 13:13:04 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 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris" IUSE="debug perl" RDEPEND=">=dev-libs/dbus-glib-0.98 |