summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 09:53:46 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 09:53:46 +0000
commitda6cb7fe02ea782cb9a0b130b624a62b223fa21e (patch)
tree0136d0f449b9c576d7812fefdbd825719b426e77 /sys-auth/consolekit
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-da6cb7fe02ea782cb9a0b130b624a62b223fa21e.tar.gz
gentoo-2-da6cb7fe02ea782cb9a0b130b624a62b223fa21e.tar.bz2
gentoo-2-da6cb7fe02ea782cb9a0b130b624a62b223fa21e.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 'sys-auth/consolekit')
-rw-r--r--sys-auth/consolekit/ChangeLog7
-rw-r--r--sys-auth/consolekit/consolekit-0.4.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog
index 9d3d8dfa5e10..3ed2c51d5015 100644
--- a/sys-auth/consolekit/ChangeLog
+++ b/sys-auth/consolekit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/consolekit
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.175 2014/11/05 09:53:30 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.176 2015/03/03 09:53:46 dlan Exp $
+
+ 03 Mar 2015; Yixun Lan <dlan@gentoo.org> consolekit-0.4.6.ebuild:
+ add arm64 support, tested on A53 board
05 Nov 2014; Samuli Suominen <ssuominen@gentoo.org> consolekit-0.4.6.ebuild,
consolekit-0.9.2.ebuild:
diff --git a/sys-auth/consolekit/consolekit-0.4.6.ebuild b/sys-auth/consolekit/consolekit-0.4.6.ebuild
index ac6a6edf1356..10819f8f04e1 100644
--- a/sys-auth/consolekit/consolekit-0.4.6.ebuild
+++ b/sys-auth/consolekit/consolekit-0.4.6.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/sys-auth/consolekit/consolekit-0.4.6.ebuild,v 1.18 2014/11/05 09:53:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild,v 1.19 2015/03/03 09:53:46 dlan Exp $
EAPI=5
inherit autotools eutils linux-info pam systemd
@@ -15,7 +15,7 @@ SRC_URI="http://www.freedesktop.org/software/${MY_PN}/dist/${MY_P}.tar.xz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="acl debug doc kernel_linux pam policykit selinux systemd-units test"
COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=