diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-07-15 01:08:54 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-07-15 01:08:54 +0000 |
commit | 6592698828641677de764a53619ed95fbfaaa15d (patch) | |
tree | bec5154f6f5fffe1db08e08c77d04367acf513a1 /net-misc | |
parent | Version bump, fixes path traversal vulnerability (bug #476766, CVE-2013-4668,... (diff) | |
download | gentoo-2-6592698828641677de764a53619ed95fbfaaa15d.tar.gz gentoo-2-6592698828641677de764a53619ed95fbfaaa15d.tar.bz2 gentoo-2-6592698828641677de764a53619ed95fbfaaa15d.zip |
adding ~x86 to openvswitch
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openvswitch/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-1.9.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/openvswitch/ChangeLog b/net-misc/openvswitch/ChangeLog index 5f258dc7d910..447ab5f36a46 100644 --- a/net-misc/openvswitch/ChangeLog +++ b/net-misc/openvswitch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/openvswitch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.7 2013/04/09 15:41:04 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.8 2013/07/15 01:08:54 prometheanfire Exp $ + + 15 Jul 2013; Matthew Thode <prometheanfire@gentoo.org> + openvswitch-1.9.0.ebuild: + adding ~x86 to openvswitch 09 Apr 2013; Tiziano Müller <dev-zero@gentoo.org> openvswitch-1.9.0.ebuild: Fixing minorsyn's diff --git a/net-misc/openvswitch/openvswitch-1.9.0.ebuild b/net-misc/openvswitch/openvswitch-1.9.0.ebuild index 213b860c1b93..416f57d0e1c4 100644 --- a/net-misc/openvswitch/openvswitch-1.9.0.ebuild +++ b/net-misc/openvswitch/openvswitch-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-1.9.0.ebuild,v 1.2 2013/04/09 15:41:04 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-1.9.0.ebuild,v 1.3 2013/07/15 01:08:54 prometheanfire Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="debug modules monitor +pyside +ssl" RDEPEND=">=sys-apps/openrc-0.10.5 |