summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-03-22 13:41:16 +0000
committerMichał Górny <mgorny@gentoo.org>2015-03-22 13:41:16 +0000
commit82dc87003c681061645ee3f1453d98a6db1418d5 (patch)
tree2d070f808d6cd1181e448bca32dc938aa8268ff1
parentDrop old (diff)
downloadgentoo-2-82dc87003c681061645ee3f1453d98a6db1418d5.tar.gz
gentoo-2-82dc87003c681061645ee3f1453d98a6db1418d5.tar.bz2
gentoo-2-82dc87003c681061645ee3f1453d98a6db1418d5.zip
Extend EAPI=4 whitelist to cover crossdev gdb.
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/python-single-r1.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 9be4bba1a0b3..c181c02bd0c3 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1571 2015/03/21 18:22:22 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1572 2015/03/22 13:41:16 mgorny Exp $
+
+ 22 Mar 2015; Michał Górny <mgorny@gentoo.org> python-single-r1.eclass:
+ Extend EAPI=4 whitelist to cover crossdev gdb.
21 Mar 2015; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass:
Sync with KDE overlay - update SRC_URI and manually specify a minimum version
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
index b3991f61e6fe..9480512ac87f 100644
--- a/eclass/python-single-r1.eclass
+++ b/eclass/python-single-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.37 2015/03/21 14:55:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.38 2015/03/22 13:41:16 mgorny Exp $
# @ECLASS: python-single-r1
# @MAINTAINER:
@@ -49,7 +49,7 @@ case "${EAPI:-0}" in
:
elif [[ ${CATEGORY}/${P} == sys-apps/util-linux-2.2[456]* ]]; then
:
- elif [[ ${CATEGORY}/${P} == sys-devel/gdb-7.[78]* ]]; then
+ elif [[ ${CATEGORY}/${P} == */gdb-7.[78]* ]]; then
:
else
die "Unsupported EAPI=${EAPI:-4} (too old, allowed only on restricted set of packages) for ${ECLASS}"