diff options
author | Sven Wegener <swegener@gentoo.org> | 2009-11-14 19:23:22 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2009-11-14 19:23:22 +0000 |
commit | db0c0366db3733c401184d8916531683c7620d4c (patch) | |
tree | 199c7d1d72402f3623a28f26e377c2a2e9e7726b /app-emulation | |
parent | Added patch to fix sigbus errors on sparc. (diff) | |
download | gentoo-2-db0c0366db3733c401184d8916531683c7620d4c.tar.gz gentoo-2-db0c0366db3733c401184d8916531683c7620d4c.tar.bz2 gentoo-2-db0c0366db3733c401184d8916531683c7620d4c.zip |
Add ~x86 keyword.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxc/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/lxc/lxc-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog index 1bd3f269e5af..d988f5c232e3 100644 --- a/app-emulation/lxc/ChangeLog +++ b/app-emulation/lxc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.1 2009/10/24 10:49:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.2 2009/11/14 19:23:22 swegener Exp $ + + 14 Nov 2009; Sven Wegener <swegener@gentoo.org> lxc-0.6.3.ebuild: + Add ~x86 keyword. *lxc-0.6.3 (24 Oct 2009) diff --git a/app-emulation/lxc/lxc-0.6.3.ebuild b/app-emulation/lxc/lxc-0.6.3.ebuild index 6b883b626552..b05c600fd155 100644 --- a/app-emulation/lxc/lxc-0.6.3.ebuild +++ b/app-emulation/lxc/lxc-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.6.3.ebuild,v 1.1 2009/10/24 10:49:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.6.3.ebuild,v 1.2 2009/11/14 19:23:22 swegener Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://lxc.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="sys-libs/libcap" |