diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 07:55:01 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 07:55:01 +0000 |
commit | 28161ea0e751e3457404b595757a13058662488c (patch) | |
tree | 06a86a1c81f0177851fa83c9fb3a258d3f3acded /gnome-base | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-28161ea0e751e3457404b595757a13058662488c.tar.gz gentoo-2-28161ea0e751e3457404b595757a13058662488c.tar.bz2 gentoo-2-28161ea0e751e3457404b595757a13058662488c.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 'gnome-base')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.40.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index 8ff1f0c619d4..7330cd315b84 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/librsvg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.375 2015/02/18 11:27:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.376 2015/03/03 07:55:01 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> librsvg-2.40.6.ebuild: + add arm64 support, tested on A53 board *librsvg-2.40.7 (18 Feb 2015) diff --git a/gnome-base/librsvg/librsvg-2.40.6.ebuild b/gnome-base/librsvg/librsvg-2.40.6.ebuild index 9440ccaaee8b..c3441ce07b69 100644 --- a/gnome-base/librsvg/librsvg-2.40.6.ebuild +++ b/gnome-base/librsvg/librsvg-2.40.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.6.ebuild,v 1.10 2015/01/02 12:09:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.6.ebuild,v 1.11 2015/03/03 07:55:01 dlan Exp $ EAPI="5" GCONF_DEBUG="no" @@ -15,7 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+introspection vala tools" REQUIRED_USE=" vala? ( introspection ) |