diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 07:02:47 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-19 07:02:47 +0000 |
commit | 0d7c556dff47c184f3cc04262485005399c1b8ed (patch) | |
tree | 904dbd907a394593f5ed78a707b19fb5ebbd3015 /net-analyzer/linkchecker | |
parent | x86 stable wrt bug #525298 (diff) | |
download | gentoo-2-0d7c556dff47c184f3cc04262485005399c1b8ed.tar.gz gentoo-2-0d7c556dff47c184f3cc04262485005399c1b8ed.tar.bz2 gentoo-2-0d7c556dff47c184f3cc04262485005399c1b8ed.zip |
x86 stable wrt bug #526446
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-analyzer/linkchecker')
-rw-r--r-- | net-analyzer/linkchecker/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/linkchecker/ChangeLog b/net-analyzer/linkchecker/ChangeLog index eca1c927ca1d..1c0c41542846 100644 --- a/net-analyzer/linkchecker/ChangeLog +++ b/net-analyzer/linkchecker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/linkchecker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v 1.99 2015/04/08 18:01:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v 1.100 2015/04/19 07:02:47 pacho Exp $ + + 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> linkchecker-9.2.ebuild: + x86 stable wrt bug #526446 08 Apr 2015; Michał Górny <mgorny@gentoo.org> linkchecker-8.5.ebuild: Drop old Python implementations diff --git a/net-analyzer/linkchecker/linkchecker-9.2.ebuild b/net-analyzer/linkchecker/linkchecker-9.2.ebuild index 9170b16a58be..2d00c7dbb3f5 100644 --- a/net-analyzer/linkchecker/linkchecker-9.2.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-9.2.ebuild,v 1.3 2015/03/27 16:26:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-9.2.ebuild,v 1.4 2015/04/19 07:02:47 pacho Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-solaris" +KEYWORDS="amd64 x86 ~ppc-macos ~x64-solaris" IUSE="bash-completion clamav geoip gnome login sqlite X" RDEPEND=" |