diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-08-13 12:24:03 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-08-13 12:24:03 +0000 |
commit | 6375d33a6c08f13ba57e1e8f5099bf12401aede5 (patch) | |
tree | 266d76730cbf0054cdae0f2efd5713a428808dcf /sys-auth/consolekit | |
parent | Stable for HPPA (bug #519650). (diff) | |
download | gentoo-2-6375d33a6c08f13ba57e1e8f5099bf12401aede5.tar.gz gentoo-2-6375d33a6c08f13ba57e1e8f5099bf12401aede5.tar.bz2 gentoo-2-6375d33a6c08f13ba57e1e8f5099bf12401aede5.zip |
Marked ~hppa (bug #517804).
(Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-auth/consolekit')
-rw-r--r-- | sys-auth/consolekit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-0.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog index f1044a8cb036..9b4c308f19a6 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.171 2014/08/10 20:21:48 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.172 2014/08/13 12:24:03 jer Exp $ + + 13 Aug 2014; Jeroen Roovers <jer@gentoo.org> consolekit-0.4.6.ebuild: + Marked ~hppa (bug #517804). 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> consolekit-0.4.6.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/sys-auth/consolekit/consolekit-0.4.6.ebuild b/sys-auth/consolekit/consolekit-0.4.6.ebuild index 198b776f23f9..5bf4e3a2f3f4 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 # 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.15 2014/08/10 20:21:48 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild,v 1.16 2014/08/13 12:24:03 jer 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 ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +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" IUSE="acl debug doc kernel_linux pam policykit selinux systemd-units test" # TODO: Cleanup the || () hack later, like end of the year: |