diff options
author | Markus Meier <maekke@gentoo.org> | 2015-08-08 14:16:14 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-08-08 14:16:14 +0000 |
commit | cd9789f60cb0a1571bee6a43e31652dfb6f48437 (patch) | |
tree | 5994e274528b65452c891e2f2a13cf017e95209e | |
parent | arm stable, bug #556288 (diff) | |
download | gentoo-2-cd9789f60cb0a1571bee6a43e31652dfb6f48437.tar.gz gentoo-2-cd9789f60cb0a1571bee6a43e31652dfb6f48437.tar.bz2 gentoo-2-cd9789f60cb0a1571bee6a43e31652dfb6f48437.zip |
arm stable, bug #556522
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-rw-r--r-- | app-admin/denyhosts/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/denyhosts/denyhosts-2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog index 2c3166fdd176..281b9b7c3d88 100644 --- a/app-admin/denyhosts/ChangeLog +++ b/app-admin/denyhosts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/denyhosts # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.95 2015/08/06 15:22:54 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.96 2015/08/08 14:16:14 maekke Exp $ + + 08 Aug 2015; Markus Meier <maekke@gentoo.org> denyhosts-2.9.ebuild: + arm stable, bug #556522 06 Aug 2015; Tobias Klausmann <klausman@gentoo.org> denyhosts-2.9.ebuild: Stable on alpha, bug 556522 diff --git a/app-admin/denyhosts/denyhosts-2.9.ebuild b/app-admin/denyhosts/denyhosts-2.9.ebuild index ed497a03c276..0ca202e5201e 100644 --- a/app-admin/denyhosts/denyhosts-2.9.ebuild +++ b/app-admin/denyhosts/denyhosts-2.9.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/app-admin/denyhosts/denyhosts-2.9.ebuild,v 1.4 2015/08/06 15:22:54 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.9.ebuild,v 1.5 2015/08/08 14:16:14 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ~ppc ~sparc x86" IUSE="" DEPEND="" |