diff options
author | David Seifert <soap@gentoo.org> | 2017-04-21 09:28:50 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-21 09:28:50 +0200 |
commit | 51da4a652f7f31e23466bc7b5e6e2a54ff534331 (patch) | |
tree | 9b2a7716b5e34de1cc24ee2549597c07e7da8743 /www-client/elinks | |
parent | www-apache/mod_wsgi: [QA] Add missing python metadata variables (diff) | |
download | gentoo-51da4a652f7f31e23466bc7b5e6e2a54ff534331.tar.gz gentoo-51da4a652f7f31e23466bc7b5e6e2a54ff534331.tar.bz2 gentoo-51da4a652f7f31e23466bc7b5e6e2a54ff534331.zip |
www-client/elinks: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'www-client/elinks')
-rw-r--r-- | www-client/elinks/elinks-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 2e0011126b3b..86a85d7419f6 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,6 +21,7 @@ IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile idn ipv6 RESTRICT="test" DEPEND=" + ${PYTHON_DEPS} bzip2? ( >=app-arch/bzip2-1.0.2 ) gc? ( dev-libs/boehm-gc ) ssl? ( |