summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-08 06:00:45 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-08 06:00:45 +0000
commite7a7412841c63770759b3dd57172485d90d38364 (patch)
tree5f518b7bf36d1b4b3e477572fcc7477384367ff5 /sys-cluster/nova/nova-2013.1.9999.ebuild
parentInherit the user eclass for enewuser/etc... (diff)
downloadgentoo-2-e7a7412841c63770759b3dd57172485d90d38364.tar.gz
gentoo-2-e7a7412841c63770759b3dd57172485d90d38364.tar.bz2
gentoo-2-e7a7412841c63770759b3dd57172485d90d38364.zip
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-cluster/nova/nova-2013.1.9999.ebuild')
-rw-r--r--sys-cluster/nova/nova-2013.1.9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/nova/nova-2013.1.9999.ebuild b/sys-cluster/nova/nova-2013.1.9999.ebuild
index 0803056e335f..02c80c3a7736 100644
--- a/sys-cluster/nova/nova-2013.1.9999.ebuild
+++ b/sys-cluster/nova/nova-2013.1.9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.1.9999.ebuild,v 1.11 2013/11/14 06:54:23 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.1.9999.ebuild,v 1.12 2014/01/08 06:00:45 vapier Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 eutils git-2 multilib
+inherit distutils-r1 eutils git-2 multilib user
DESCRIPTION="Nova is a cloud computing fabric controller (main part of an
IaaS system). It is written in Python."