summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2011-07-19 16:53:30 +0000
committerThomas Sachau <tommy@gentoo.org>2011-07-19 16:53:30 +0000
commit5eb30dc1e712b1c9e14c78820323530cde163e50 (patch)
treef358a72777f48ec49e1735ca3ce47b0a355edb50 /dev-python/pyprocps/pyprocps-0.4.ebuild
parentdev-python/pythonnurbs: Forced move to EAPI-3 from distutils eclass (diff)
downloadsunrise-5eb30dc1e712b1c9e14c78820323530cde163e50.tar.gz
sunrise-5eb30dc1e712b1c9e14c78820323530cde163e50.tar.bz2
sunrise-5eb30dc1e712b1c9e14c78820323530cde163e50.zip
dev-python/pyprocps: Forced move to EAPI-3 from distutils eclass
svn path=/sunrise/; revision=12247
Diffstat (limited to 'dev-python/pyprocps/pyprocps-0.4.ebuild')
-rw-r--r--dev-python/pyprocps/pyprocps-0.4.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/pyprocps/pyprocps-0.4.ebuild b/dev-python/pyprocps/pyprocps-0.4.ebuild
index eed4cea91..21a962554 100644
--- a/dev-python/pyprocps/pyprocps-0.4.ebuild
+++ b/dev-python/pyprocps/pyprocps-0.4.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=3
+
inherit distutils
DESCRIPTION="This module parses the information in /proc on Linux systems and presents it."