diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-03 11:56:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-03 11:56:38 +0000 |
commit | 8d8a645c9466b3640c484cb89ca0f34c2d4b3db1 (patch) | |
tree | 5422993eb19c2d385b39821b32179999698025fe /app-admin | |
parent | Stable for amd64, wrt bug #552444 (diff) | |
download | gentoo-2-8d8a645c9466b3640c484cb89ca0f34c2d4b3db1.tar.gz gentoo-2-8d8a645c9466b3640c484cb89ca0f34c2d4b3db1.tar.bz2 gentoo-2-8d8a645c9466b3640c484cb89ca0f34c2d4b3db1.zip |
Stable for amd64, wrt bug #556522
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin')
-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 dbd50e1567d3..8e55a635dafc 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.92 2015/08/02 20:22:54 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.93 2015/08/03 11:56:38 ago Exp $ + + 03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> denyhosts-2.9.ebuild: + Stable for amd64, wrt bug #556522 *denyhosts-3.0 (02 Aug 2015) diff --git a/app-admin/denyhosts/denyhosts-2.9.ebuild b/app-admin/denyhosts/denyhosts-2.9.ebuild index 133f0eb66dfa..d3bc7d7cf39c 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.1 2015/02/03 21:07:20 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.9.ebuild,v 1.2 2015/08/03 11:56:38 ago 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="" |