diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:48:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:48:37 +0000 |
commit | 113411acbbd33098300143af4cf84631f74f8e34 (patch) | |
tree | 75883c5a097733e3b3651ef11af073d2b0486866 /sys-apps/accountsservice | |
parent | Add ~ia64, wrt bug #449220 (diff) | |
download | gentoo-2-113411acbbd33098300143af4cf84631f74f8e34.tar.gz gentoo-2-113411acbbd33098300143af4cf84631f74f8e34.tar.bz2 gentoo-2-113411acbbd33098300143af4cf84631f74f8e34.zip |
Add ~ia64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/accountsservice')
-rw-r--r-- | sys-apps/accountsservice/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/accountsservice/accountsservice-0.6.29-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/accountsservice/ChangeLog b/sys-apps/accountsservice/ChangeLog index fe193e405780..15b16486e0f4 100644 --- a/sys-apps/accountsservice/ChangeLog +++ b/sys-apps/accountsservice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/accountsservice -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/ChangeLog,v 1.22 2012/12/04 08:14:58 tetromino Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/ChangeLog,v 1.23 2013/01/01 12:48:37 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> + accountsservice-0.6.29-r1.ebuild: + Add ~ia64, wrt bug #449220 *accountsservice-0.6.29-r1 (04 Dec 2012) diff --git a/sys-apps/accountsservice/accountsservice-0.6.29-r1.ebuild b/sys-apps/accountsservice/accountsservice-0.6.29-r1.ebuild index 7c3d067993d5..86ab6610df0f 100644 --- a/sys-apps/accountsservice/accountsservice-0.6.29-r1.ebuild +++ b/sys-apps/accountsservice/accountsservice-0.6.29-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.29-r1.ebuild,v 1.1 2012/12/04 08:14:58 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.29-r1.ebuild,v 1.2 2013/01/01 12:48:37 ago Exp $ EAPI="4" GCONF_DEBUG="no" @@ -16,7 +16,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="doc +introspection systemd vala" REQUIRED_USE="vala? ( introspection )" |