diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 14:44:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 14:44:26 +0000 |
commit | 3dce44c7f2175afc5a150e8e0b58e9cb4ee21244 (patch) | |
tree | ad74f7cee5d276e3b9ce7cdc20de4530a12cf97f /sys-libs/libosinfo | |
parent | Implement NET_WM_MOVERESIZE_CANCEL message wrt bug #442218. Patch is from ups... (diff) | |
download | gentoo-2-3dce44c7f2175afc5a150e8e0b58e9cb4ee21244.tar.gz gentoo-2-3dce44c7f2175afc5a150e8e0b58e9cb4ee21244.tar.bz2 gentoo-2-3dce44c7f2175afc5a150e8e0b58e9cb4ee21244.zip |
Add ~ppc, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs/libosinfo')
-rw-r--r-- | sys-libs/libosinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libosinfo/libosinfo-0.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libosinfo/ChangeLog b/sys-libs/libosinfo/ChangeLog index 260276f0ef0a..aa38f3390a02 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.15 2012/12/12 21:03:31 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.16 2012/12/31 14:44:26 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libosinfo-0.2.2.ebuild: + Add ~ppc, wrt bug #449220 *libosinfo-0.2.2 (12 Dec 2012) diff --git a/sys-libs/libosinfo/libosinfo-0.2.2.ebuild b/sys-libs/libosinfo/libosinfo-0.2.2.ebuild index 0b5cba95f062..3fd1c05d8610 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 # 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.1 2012/12/12 21:03:31 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.2.ebuild,v 1.2 2012/12/31 14:44:26 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 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="+introspection +vala test" REQUIRED_USE="vala? ( introspection )" |