diff options
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r-- | app-benchmarks/siege/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-2.72.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog index 14013cf57417..4fa401eb8d2b 100644 --- a/app-benchmarks/siege/ChangeLog +++ b/app-benchmarks/siege/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/siege # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.54 2012/08/03 21:12:14 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.55 2012/08/08 19:38:48 ranger Exp $ + + 08 Aug 2012; Brent Baude <ranger@gentoo.org> siege-2.72.ebuild: + Marking siege-2.72 ppc for bug 418517 03 Aug 2012; Andreas Schuerch <nativemad@gentoo.org> siege-2.72.ebuild: x86 stable, see bug 418517 diff --git a/app-benchmarks/siege/siege-2.72.ebuild b/app-benchmarks/siege/siege-2.72.ebuild index 04f44dbf4d1b..55692ff6228e 100644 --- a/app-benchmarks/siege/siege-2.72.ebuild +++ b/app-benchmarks/siege/siege-2.72.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.72.ebuild,v 1.4 2012/08/03 21:12:14 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.72.ebuild,v 1.5 2012/08/08 19:38:48 ranger 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" +KEYWORDS="amd64 hppa ~mips ppc x86" SLOT="0" IUSE="ssl" |