diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-02-27 15:59:44 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-02-27 15:59:44 +0000 |
commit | 94fa8d2aee69194ae176be5d68732e4777f4f7cd (patch) | |
tree | 8d0e8c5a1624192fc1c0083e34989176a1e62705 /sys-apps/v86d | |
parent | Add ~alpha/~ia64/~s390/~sh/~sparc wrt #342513 (diff) | |
download | gentoo-2-94fa8d2aee69194ae176be5d68732e4777f4f7cd.tar.gz gentoo-2-94fa8d2aee69194ae176be5d68732e4777f4f7cd.tar.bz2 gentoo-2-94fa8d2aee69194ae176be5d68732e4777f4f7cd.zip |
stable x86, security bug 356557
(Portage version: 2.1.9.40/cvs/Linux i686)
Diffstat (limited to 'sys-apps/v86d')
-rw-r--r-- | sys-apps/v86d/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/v86d/v86d-0.1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/v86d/ChangeLog b/sys-apps/v86d/ChangeLog index 7316a878d622..d205692d797c 100644 --- a/sys-apps/v86d/ChangeLog +++ b/sys-apps/v86d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/v86d # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.33 2011/02/27 13:55:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.34 2011/02/27 15:59:44 fauli Exp $ + + 27 Feb 2011; Christian Faulhammer <fauli@gentoo.org> v86d-0.1.10.ebuild: + stable x86, security bug 356557 27 Feb 2011; Markos Chandras <hwoarang@gentoo.org> v86d-0.1.10.ebuild: Stable on amd64 wrt bug #356557 diff --git a/sys-apps/v86d/v86d-0.1.10.ebuild b/sys-apps/v86d/v86d-0.1.10.ebuild index 25d25c9eacfc..eff72872548e 100644 --- a/sys-apps/v86d/v86d-0.1.10.ebuild +++ b/sys-apps/v86d/v86d-0.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v 1.2 2011/02/27 13:55:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v 1.3 2011/02/27 15:59:44 fauli Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~spock/projects/uvesafb/archive/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug x86emu" DEPEND="dev-libs/klibc" |