diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-16 11:49:30 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-16 11:49:30 +0000 |
commit | cb80d434a4ec3becf87ff6d77dcd939abb66d03d (patch) | |
tree | a327b05122c8197fe9de6b5de29c65a8b08bb8f0 /net-analyzer/linkchecker | |
parent | sys-fs/aufs3: Include suggestion made by Chema Alonso (nimiux), #451988 (diff) | |
download | gentoo-2-cb80d434a4ec3becf87ff6d77dcd939abb66d03d.tar.gz gentoo-2-cb80d434a4ec3becf87ff6d77dcd939abb66d03d.tar.bz2 gentoo-2-cb80d434a4ec3becf87ff6d77dcd939abb66d03d.zip |
net-analyzer/linkchecker: Follow Michał Górny's suggestions regarding USE change, #452152
(Portage version: 2.2.0_alpha153/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'net-analyzer/linkchecker')
-rw-r--r-- | net-analyzer/linkchecker/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-8.3.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/linkchecker/metadata.xml | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/linkchecker/ChangeLog b/net-analyzer/linkchecker/ChangeLog index e5cf654f552a..81eaf893b3ce 100644 --- a/net-analyzer/linkchecker/ChangeLog +++ b/net-analyzer/linkchecker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/linkchecker # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v 1.85 2013/01/15 16:17:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v 1.86 2013/01/16 11:49:30 jlec Exp $ + + 16 Jan 2013; Justin Lecher <jlec@gentoo.org> linkchecker-8.3.ebuild, + metadata.xml: + Follow Michał Górny's suggestions regarding USE change, #452152 15 Jan 2013; Justin Lecher <jlec@gentoo.org> linkchecker-7.9.ebuild, -linkchecker-8.0.ebuild, -linkchecker-8.1.ebuild, linkchecker-8.2.ebuild, diff --git a/net-analyzer/linkchecker/linkchecker-8.3.ebuild b/net-analyzer/linkchecker/linkchecker-8.3.ebuild index 4004e06cf661..4acd06142bfb 100644 --- a/net-analyzer/linkchecker/linkchecker-8.3.ebuild +++ b/net-analyzer/linkchecker/linkchecker-8.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-8.3.ebuild,v 1.2 2013/01/15 16:17:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-8.3.ebuild,v 1.3 2013/01/16 11:49:30 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="sqlite" +PYTHON_REQ_USE="sqlite?" inherit bash-completion-r1 distutils-r1 eutils multilib @@ -18,7 +18,7 @@ SRC_URI="mirror://github/downloads/wummel/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x64-solaris" -IUSE="bash-completion bookmarks clamav doc geoip gnome login nagios syntax-check X" +IUSE="bash-completion clamav doc geoip gnome login nagios sqlite syntax-check X" RDEPEND=" dev-python/dnspython diff --git a/net-analyzer/linkchecker/metadata.xml b/net-analyzer/linkchecker/metadata.xml index ee2901a0ac8e..657944cf26d4 100644 --- a/net-analyzer/linkchecker/metadata.xml +++ b/net-analyzer/linkchecker/metadata.xml @@ -6,6 +6,7 @@ </maintainer> <use> <flag name="bookmarks">Mozilla Bookmark parsing</flag> + <flag name="sqlite">Mozilla Bookmark parsing</flag> <flag name="login">login form submission</flag> <flag name="nagios">Install nagios cli plugin</flag> <flag name="syntax-check">HTML/CSS syntax checks</flag> |