diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:52:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:52:47 +0000 |
commit | 123c5d9179ea13023097d4b8d9110b3f5ecbd97c (patch) | |
tree | 2d39e794dba55642194e14091de6cdcedd684a87 /sys-libs | |
parent | Add ~ia64, wrt bug #449220 (diff) | |
download | gentoo-2-123c5d9179ea13023097d4b8d9110b3f5ecbd97c.tar.gz gentoo-2-123c5d9179ea13023097d4b8d9110b3f5ecbd97c.tar.bz2 gentoo-2-123c5d9179ea13023097d4b8d9110b3f5ecbd97c.zip |
Add ~ia64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libosinfo/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libosinfo/libosinfo-0.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/libosinfo/ChangeLog b/sys-libs/libosinfo/ChangeLog index 8e2f3084975a..2753da4f7bdc 100644 --- a/sys-libs/libosinfo/ChangeLog +++ b/sys-libs/libosinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libosinfo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.17 2012/12/31 15:57:46 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.18 2013/01/01 12:52:47 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libosinfo-0.2.2.ebuild: + Add ~ia64, wrt bug #449220 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libosinfo-0.2.2.ebuild: Add ~ppc64, wrt bug #449220 diff --git a/sys-libs/libosinfo/libosinfo-0.2.2.ebuild b/sys-libs/libosinfo/libosinfo-0.2.2.ebuild index 44b28cce7231..d27996c19aa5 100644 --- a/sys-libs/libosinfo/libosinfo-0.2.2.ebuild +++ b/sys-libs/libosinfo/libosinfo-0.2.2.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-libs/libosinfo/libosinfo-0.2.2.ebuild,v 1.3 2012/12/31 15:57:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.2.ebuild,v 1.4 2013/01/01 12:52:47 ago Exp $ EAPI=4 VALA_MIN_API_VERSION="0.16" @@ -14,7 +14,7 @@ SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="+introspection +vala test" REQUIRED_USE="vala? ( introspection )" |