diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 06:19:23 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 06:19:23 +0000 |
commit | c5b856d45d416c385390ea1b5ebcfd98d2a4ec5e (patch) | |
tree | 4950889ff2b90413d6f28c3826221448c0d131e3 /dev-libs/dbus-glib | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-c5b856d45d416c385390ea1b5ebcfd98d2a4ec5e.tar.gz gentoo-2-c5b856d45d416c385390ea1b5ebcfd98d2a4ec5e.tar.bz2 gentoo-2-c5b856d45d416c385390ea1b5ebcfd98d2a4ec5e.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 'dev-libs/dbus-glib')
-rw-r--r-- | dev-libs/dbus-glib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/dbus-glib/dbus-glib-0.102.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/dbus-glib/ChangeLog b/dev-libs/dbus-glib/ChangeLog index d3b5614f689b..25a9b6a3d952 100644 --- a/dev-libs/dbus-glib/ChangeLog +++ b/dev-libs/dbus-glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/dbus-glib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.154 2014/06/24 22:07:15 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.155 2015/03/03 06:19:23 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> dbus-glib-0.102.ebuild: + add arm64 support, tested on A53 board 24 Jun 2014; Michał Górny <mgorny@gentoo.org> dbus-glib-0.100.2-r1.ebuild, dbus-glib-0.102.ebuild: diff --git a/dev-libs/dbus-glib/dbus-glib-0.102.ebuild b/dev-libs/dbus-glib/dbus-glib-0.102.ebuild index f6631cb0d868..bca8b3f47b38 100644 --- a/dev-libs/dbus-glib/dbus-glib-0.102.ebuild +++ b/dev-libs/dbus-glib/dbus-glib-0.102.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/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v 1.7 2014/06/24 22:07:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v 1.8 2015/03/03 06:19:23 dlan Exp $ EAPI=5 inherit bash-completion-r1 eutils multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" IUSE="debug doc static-libs test" CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] |