summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlayman <layman@localhost>2017-03-22 01:17:24 -0400
committerlayman <layman@localhost>2017-03-22 01:17:24 -0400
commit580e01f8d7f2c60a55ab58f410efc328928f46ec (patch)
tree2ccfb476c4c74801f23fe70d15607e14378d13a6
parentNo longer maintaining txt2tags (diff)
downloaddMaggot-580e01f8d7f2c60a55ab58f410efc328928f46ec.tar.gz
dMaggot-580e01f8d7f2c60a55ab58f410efc328928f46ec.tar.bz2
dMaggot-580e01f8d7f2c60a55ab58f410efc328928f46ec.zip
Updating dependency of live ebuild to GCC 7
-rw-r--r--dev-util/gcc-python-plugin/ChangeLog3
-rw-r--r--dev-util/gcc-python-plugin/gcc-python-plugin-9999.ebuild6
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-util/gcc-python-plugin/ChangeLog b/dev-util/gcc-python-plugin/ChangeLog
index 79f1511..6594854 100644
--- a/dev-util/gcc-python-plugin/ChangeLog
+++ b/dev-util/gcc-python-plugin/ChangeLog
@@ -12,6 +12,9 @@
* gcc-python-plugin-0.9.ebuild: Adding ebuild for version 0.9 including
man pages and documentation for Python 3
+ 22 Mar 2017; <david@gentoo.org> gcc-python-plugin-9999.ebuild:
+ Updating dependency of live ebuild to GCC 7
+
*gcc-python-plugin-0.12 (08 Apr 2013)
08 Apr 2013; <david@gentoo.org> -gcc-python-plugin-0.10.ebuild,
diff --git a/dev-util/gcc-python-plugin/gcc-python-plugin-9999.ebuild b/dev-util/gcc-python-plugin/gcc-python-plugin-9999.ebuild
index 36d48dd..41705ae 100644
--- a/dev-util/gcc-python-plugin/gcc-python-plugin-9999.ebuild
+++ b/dev-util/gcc-python-plugin/gcc-python-plugin-9999.ebuild
@@ -1,4 +1,6 @@
-# Copyright 1999-2017 Gentoo Foundation
+
+
+ # Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +18,7 @@ KEYWORDS=""
IUSE="doc"
DEPEND="${DEPEND}
->=sys-devel/gcc-6
+>=sys-devel/gcc-7
dev-python/six
dev-python/pygments
media-gfx/graphviz"