diff options
author | David Seifert <soap@gentoo.org> | 2018-01-05 23:06:54 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-05 23:06:54 +0100 |
commit | e0ea491fbc0225f46700bd44487ce7e5889b9a35 (patch) | |
tree | b75a0193c908cfb4699592f8b056df46d46bfc96 /sci-electronics/geda-xgsch2pcb | |
parent | net-p2p/mldonkey: [QA] Rely on default value of WANT_AUTOCONF (diff) | |
download | gentoo-e0ea491fbc0225f46700bd44487ce7e5889b9a35.tar.gz gentoo-e0ea491fbc0225f46700bd44487ce7e5889b9a35.tar.bz2 gentoo-e0ea491fbc0225f46700bd44487ce7e5889b9a35.zip |
sci-electronics/geda-xgsch2pcb: [QA] Rely on default value of WANT_AUTOCONF
* Specifying WANT_AUTOCONF=2.5 is unnecessary as this will
choose the most recent version of Autoconf anyways. It
only impedes future bumps of Autoconf.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-electronics/geda-xgsch2pcb')
-rw-r--r-- | sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r3.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r3.ebuild b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r3.ebuild index af989b2a21e4..e7beae977e1c 100644 --- a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r3.ebuild +++ b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 + PYTHON_COMPAT=( python2_7 ) -WANT_AUTOCONF="2.5" inherit autotools fdo-mime gnome2-utils python-single-r1 diff --git a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r4.ebuild b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r4.ebuild index d4fae26a08b6..44789cb25430 100644 --- a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r4.ebuild +++ b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 + PYTHON_COMPAT=( python2_7 ) -WANT_AUTOCONF="2.5" inherit autotools fdo-mime gnome2-utils python-single-r1 |