diff options
-rw-r--r-- | app-benchmarks/siege/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-3.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog index 2f97f399c8bc..1ed8906fb423 100644 --- a/app-benchmarks/siege/ChangeLog +++ b/app-benchmarks/siege/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/siege # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.69 2014/04/12 18:26:01 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.70 2014/04/13 16:20:12 ago Exp $ + + 13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> siege-3.0.6.ebuild: + Stable for ppc, wrt bug #502612 12 Apr 2014; Chema Alonso <nimiux@gentoo.org> siege-3.0.6.ebuild: Stable for amd64 wrt bug #502612 diff --git a/app-benchmarks/siege/siege-3.0.6.ebuild b/app-benchmarks/siege/siege-3.0.6.ebuild index 3de53d3ac64e..462a44f43c89 100644 --- a/app-benchmarks/siege/siege-3.0.6.ebuild +++ b/app-benchmarks/siege/siege-3.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.6.ebuild,v 1.4 2014/04/12 18:26:01 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.6.ebuild,v 1.5 2014/04/13 16:20:12 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.joedog.org/JoeDog/Siege" SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="amd64 hppa ~mips ~ppc ~x86 ~x64-macos" +KEYWORDS="amd64 hppa ~mips ppc ~x86 ~x64-macos" SLOT="0" IUSE="ssl" |