summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 17:51:56 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 17:51:56 +0000
commit72c098bc8c560c0284efd6a0a537c97a57016c43 (patch)
tree8a75c77beed265f861f99a46190162756d288551 /dev-libs/glib
parentVersion bump. (diff)
downloadgentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.tar.gz
gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.tar.bz2
gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r--dev-libs/glib/ChangeLog5
-rw-r--r--dev-libs/glib/glib-2.40.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog
index a0c574ed758b..0a3d71bfcb4a 100644
--- a/dev-libs/glib/ChangeLog
+++ b/dev-libs/glib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/glib
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.645 2015/03/29 10:14:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.646 2015/04/08 17:51:56 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> glib-2.40.2.ebuild:
+ Drop old Python implementations
29 Mar 2015; Jeroen Roovers <jer@gentoo.org> glib-2.42.2.ebuild:
Stable for HPPA (bug #534012).
diff --git a/dev-libs/glib/glib-2.40.2.ebuild b/dev-libs/glib/glib-2.40.2.ebuild
index 9bb082f07f6b..06f221fff5a8 100644
--- a/dev-libs/glib/glib-2.40.2.ebuild
+++ b/dev-libs/glib/glib-2.40.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.2.ebuild,v 1.11 2015/02/11 04:20:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.2.ebuild,v 1.12 2015/04/08 17:51:56 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
# Building with --disable-debug highly unrecommended. It will build glib in
# an unusable form as it disables some commonly used API. Please do not
# convert this to the use_enable form, as it results in a broken build.