diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-02-11 18:43:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-02-11 18:43:52 +0000 |
commit | a61322397ca67dd64bafb12d10de2698a29f3031 (patch) | |
tree | d7f03bb7aa98b0ca771e91376932f91aaa40df4d /app-benchmarks | |
parent | use has_version instead of built_with_use (diff) | |
download | gentoo-2-a61322397ca67dd64bafb12d10de2698a29f3031.tar.gz gentoo-2-a61322397ca67dd64bafb12d10de2698a29f3031.tar.bz2 gentoo-2-a61322397ca67dd64bafb12d10de2698a29f3031.zip |
Stable for HPPA (bug #491904).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/siege/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-3.0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog index 45bff93d2de6..8e37d6a64e37 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.63 2014/01/30 12:02:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.64 2014/02/11 18:43:52 jer Exp $ + + 11 Feb 2014; Jeroen Roovers <jer@gentoo.org> siege-3.0.3.ebuild: + Stable for HPPA (bug #491904). 30 Jan 2014; Fabian Groffen <grobian@gentoo.org> siege-3.0.6.ebuild: Fixed for Prefix, marked ~x64-macos diff --git a/app-benchmarks/siege/siege-3.0.3.ebuild b/app-benchmarks/siege/siege-3.0.3.ebuild index 70e89b7fe245..876821b0cc53 100644 --- a/app-benchmarks/siege/siege-3.0.3.ebuild +++ b/app-benchmarks/siege/siege-3.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.3.ebuild,v 1.1 2013/09/13 06:48:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild,v 1.2 2014/02/11 18:43:52 jer 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" |