diff options
author | David Seifert <soap@gentoo.org> | 2018-01-05 23:06:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-05 23:06:38 +0100 |
commit | 5d3eaefb3c57ed2fed1b7ee23b9b121c6187b7d3 (patch) | |
tree | 18018854f96705493e577c87087f3ce62550d676 /dev-java/commons-daemon | |
parent | app-editors/xemacs: [QA] Rely on default value of WANT_AUTOCONF (diff) | |
download | gentoo-5d3eaefb3c57ed2fed1b7ee23b9b121c6187b7d3.tar.gz gentoo-5d3eaefb3c57ed2fed1b7ee23b9b121c6187b7d3.tar.bz2 gentoo-5d3eaefb3c57ed2fed1b7ee23b9b121c6187b7d3.zip |
dev-java/commons-daemon: [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 'dev-java/commons-daemon')
-rw-r--r-- | dev-java/commons-daemon/commons-daemon-1.0.15.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild index 8061d6a33f17..17af8cbfae4f 100644 --- a/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild +++ b/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -WANT_AUTOCONF=2.5 - JAVA_PKG_IUSE="doc examples source" inherit autotools java-pkg-2 java-ant-2 |