diff options
Diffstat (limited to 'sys-cluster/neutron/neutron-9999.ebuild')
-rw-r--r-- | sys-cluster/neutron/neutron-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/neutron/neutron-9999.ebuild b/sys-cluster/neutron/neutron-9999.ebuild index af59ebaa501a..5380f992caac 100644 --- a/sys-cluster/neutron/neutron-9999.ebuild +++ b/sys-cluster/neutron/neutron-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-9999.ebuild,v 1.13 2014/08/01 05:14:51 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-9999.ebuild,v 1.14 2014/08/10 20:20:58 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 git-2 user -DESCRIPTION="A virtual network service for Openstack." +DESCRIPTION="A virtual network service for Openstack" HOMEPAGE="https://launchpad.net/neutron" EGIT_REPO_URI="https://github.com/openstack/neutron.git" |