diff options
Diffstat (limited to 'net-misc/openvswitch/openvswitch-2.3.1.ebuild')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.3.1.ebuild b/net-misc/openvswitch/openvswitch-2.3.1.ebuild index 99ab2627dde0..faf00df500f7 100644 --- a/net-misc/openvswitch/openvswitch-2.3.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.1.ebuild,v 1.1 2015/03/25 16:20:41 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.1.ebuild,v 1.2 2015/07/18 12:01:38 zlogene 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 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug modules monitor +ssl" RDEPEND=">=sys-apps/openrc-0.10.5 |