summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-17 19:59:53 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-17 19:59:53 +0000
commit83b4102cb4803011369b620b98dea9d11726b615 (patch)
tree95f33af4273363f8d5b247e407c1a0f3912837c9
parentBump to EAPI=5 to make Paludis happy, bug #447524. (diff)
downloadgentoo-2-83b4102cb4803011369b620b98dea9d11726b615.tar.gz
gentoo-2-83b4102cb4803011369b620b98dea9d11726b615.tar.bz2
gentoo-2-83b4102cb4803011369b620b98dea9d11726b615.zip
Bump to EAPI=5 to make Paludis happy, bug #447524.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
-rw-r--r--dev-python/python-gflags/ChangeLog5
-rw-r--r--dev-python/python-gflags/python-gflags-2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-gflags/ChangeLog b/dev-python/python-gflags/ChangeLog
index e0db40a8a94e..5adc5071ae68 100644
--- a/dev-python/python-gflags/ChangeLog
+++ b/dev-python/python-gflags/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-gflags
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/ChangeLog,v 1.10 2012/12/16 16:14:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/ChangeLog,v 1.11 2012/12/17 19:59:53 mgorny Exp $
+
+ 17 Dec 2012; Michał Górny <mgorny@gentoo.org> python-gflags-2.0.ebuild:
+ Bump to EAPI=5 to make Paludis happy, bug #447524.
16 Dec 2012; Michał Górny <mgorny@gentoo.org>
+files/python-gflags-2.0-scripts-install.patch,
diff --git a/dev-python/python-gflags/python-gflags-2.0.ebuild b/dev-python/python-gflags/python-gflags-2.0.ebuild
index b48f4fc9800a..2bc219df398a 100644
--- a/dev-python/python-gflags/python-gflags-2.0.ebuild
+++ b/dev-python/python-gflags/python-gflags-2.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/python-gflags-2.0.ebuild,v 1.4 2012/12/16 16:14:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/python-gflags-2.0.ebuild,v 1.5 2012/12/17 19:59:53 mgorny Exp $
-EAPI="4"
+EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_8,1_9} )