summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/supervisor/ChangeLog6
-rw-r--r--app-admin/supervisor/supervisor-3.0_alpha10.ebuild8
-rw-r--r--app-admin/supervisor/supervisor-3.0_alpha12.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/app-admin/supervisor/ChangeLog b/app-admin/supervisor/ChangeLog
index b5698eac5f8e..6d84b64a3561 100644
--- a/app-admin/supervisor/ChangeLog
+++ b/app-admin/supervisor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/supervisor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.6 2012/04/23 05:25:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.7 2012/08/02 21:29:54 neurogeek Exp $
+
+ 02 Aug 2012; Jesus Rivero <neurogeek@gentoo.org>
+ supervisor-3.0_alpha10.ebuild, supervisor-3.0_alpha12.ebuild:
+ Bumped to EAPI 4 and added xml(+)
*supervisor-3.0_alpha12 (23 Apr 2012)
diff --git a/app-admin/supervisor/supervisor-3.0_alpha10.ebuild b/app-admin/supervisor/supervisor-3.0_alpha10.ebuild
index 656cdb9b6506..9bd5fd620ebd 100644
--- a/app-admin/supervisor/supervisor-3.0_alpha10.ebuild
+++ b/app-admin/supervisor/supervisor-3.0_alpha10.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha10.ebuild,v 1.1 2011/09/11 05:04:43 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha10.ebuild,v 1.2 2012/08/02 21:29:54 neurogeek Exp $
-EAPI="3"
+EAPI="4"
PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="xml"
+PYTHON_USE_WITH="xml(+)"
SUPPORT_PYTHON_ABIS="1"
# xml.etree.ElementTree module required.
RESTRICT_PYTHON_ABIS="2.4 3.*"
diff --git a/app-admin/supervisor/supervisor-3.0_alpha12.ebuild b/app-admin/supervisor/supervisor-3.0_alpha12.ebuild
index f8c123aafe01..f152294056ed 100644
--- a/app-admin/supervisor/supervisor-3.0_alpha12.ebuild
+++ b/app-admin/supervisor/supervisor-3.0_alpha12.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha12.ebuild,v 1.1 2012/04/23 05:25:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha12.ebuild,v 1.2 2012/08/02 21:29:54 neurogeek Exp $
-EAPI="3"
+EAPI="4"
PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="xml"
+PYTHON_USE_WITH="xml(+)"
SUPPORT_PYTHON_ABIS="1"
# xml.etree.ElementTree module required.
RESTRICT_PYTHON_ABIS="2.4 3.*"