diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 13:02:16 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 13:02:16 +0000 |
commit | 1d85f1d2d7d0463d519e580e0e0dce777bc35910 (patch) | |
tree | 1c82abe5af5c9925eb9a0d2ebb367247ea5c2669 /xfce-base | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-1d85f1d2d7d0463d519e580e0e0dce777bc35910.tar.gz gentoo-2-1d85f1d2d7d0463d519e580e0e0dce777bc35910.tar.bz2 gentoo-2-1d85f1d2d7d0463d519e580e0e0dce777bc35910.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/libxfce4ui/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.11.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/xfce-base/libxfce4ui/ChangeLog b/xfce-base/libxfce4ui/ChangeLog index 33cf8a58ba62..4e56fce3450e 100644 --- a/xfce-base/libxfce4ui/ChangeLog +++ b/xfce-base/libxfce4ui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/libxfce4ui -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.53 2014/03/11 13:23:19 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.54 2015/03/03 13:02:16 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> libxfce4ui-4.11.1.ebuild: + add arm64 support, tested on A53 board *libxfce4ui-4.11.1 (11 Mar 2014) diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.11.1.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.11.1.ebuild index 75090ea4f1ab..cc8d0b3981f2 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.11.1.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-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/libxfce4ui/libxfce4ui-4.11.1.ebuild,v 1.1 2014/03/11 13:23:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.11.1.ebuild,v 1.2 2015/03/03 13:02:16 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 ~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 ~x86-solaris" IUSE="debug glade startup-notification" RDEPEND=">=dev-libs/glib-2.28 |