diff options
author | Markus Meier <maekke@gentoo.org> | 2012-01-14 17:56:11 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-01-14 17:56:11 +0000 |
commit | e2a015bdd59a0c3d3d5b24ed5cad41a49e793dc1 (patch) | |
tree | 7ef06b687af90a4ba0268d404697ec33f41e5bf3 /sys-libs/libosinfo | |
parent | x86 stable, bug #393007 (diff) | |
download | gentoo-2-e2a015bdd59a0c3d3d5b24ed5cad41a49e793dc1.tar.gz gentoo-2-e2a015bdd59a0c3d3d5b24ed5cad41a49e793dc1.tar.bz2 gentoo-2-e2a015bdd59a0c3d3d5b24ed5cad41a49e793dc1.zip |
x86 stable, bug #393007
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libosinfo')
-rw-r--r-- | sys-libs/libosinfo/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libosinfo/libosinfo-0.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/libosinfo/ChangeLog b/sys-libs/libosinfo/ChangeLog index 651b7d6789f9..8231b4353505 100644 --- a/sys-libs/libosinfo/ChangeLog +++ b/sys-libs/libosinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libosinfo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.3 2011/12/29 18:13:52 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.4 2012/01/14 17:56:11 maekke Exp $ + + 14 Jan 2012; Markus Meier <maekke@gentoo.org> libosinfo-0.0.1.ebuild: + x86 stable, bug #393007 29 Dec 2011; Pacho Ramos <pacho@gentoo.org> libosinfo-0.0.1.ebuild: amd64 stable, bug 393007 diff --git a/sys-libs/libosinfo/libosinfo-0.0.1.ebuild b/sys-libs/libosinfo/libosinfo-0.0.1.ebuild index 5aad4d26e415..16ed81dfcfe9 100644 --- a/sys-libs/libosinfo/libosinfo-0.0.1.ebuild +++ b/sys-libs/libosinfo/libosinfo-0.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.0.1.ebuild,v 1.2 2011/12/29 18:13:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.0.1.ebuild,v 1.3 2012/01/14 17:56:11 maekke Exp $ EAPI="4" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="https://fedorahosted.org/libosinfo/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" SRC_URI="https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc +introspection +vala test" REQUIRED_USE="vala? ( introspection )" |