diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-01-14 17:56:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-01-14 18:18:54 +0100 |
commit | 38b21964d89c8ccebe1fe33596d4d7fa1dba5006 (patch) | |
tree | 7de7ef6f32fa5501d31ef7183b95ddfa64d8896e /virtual/libstdc++/libstdc++-3.3.ebuild | |
parent | dev-python/sphinx-gallery: fixup nose dep (diff) | |
download | gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.gz gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.bz2 gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.zip |
virtual: [QA] Bump all virtuals with EAPI 3 or older to EAPI 5.
Also remove empty variable assignments.
As discussed in #gentoo-qa.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/libstdc++/libstdc++-3.3.ebuild')
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index 1fb09557ec1a..a56e1dce7070 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -1,15 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -DESCRIPTION="Virtual for the GNU Standard C++ Library for <gcc-3.4" -HOMEPAGE="" -SRC_URI="" +EAPI=5 -LICENSE="" +DESCRIPTION="Virtual for the GNU Standard C++ Library for <gcc-3.4" SLOT="3.3" KEYWORDS="amd64 ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" -DEPEND="" RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* )" |