summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/httptype/ChangeLog5
-rw-r--r--net-misc/httptype/httptype-1.3.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/httptype/ChangeLog b/net-misc/httptype/ChangeLog
index 4d3a517cc874..ca87f8f5c0f2 100644
--- a/net-misc/httptype/ChangeLog
+++ b/net-misc/httptype/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/httptype
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/ChangeLog,v 1.10 2012/12/24 09:49:52 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/ChangeLog,v 1.11 2012/12/24 15:26:29 jdhore Exp $
+
+ 24 Dec 2012; Jeff Horelick <jdhore@gentoo.org> httptype-1.3.9.ebuild:
+ marked x86 per bug 448304
24 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> httptype-1.3.9-r1.ebuild:
Add ~amd64-linux keyword
diff --git a/net-misc/httptype/httptype-1.3.9.ebuild b/net-misc/httptype/httptype-1.3.9.ebuild
index 7b2126833ba9..5cc8383ef5c2 100644
--- a/net-misc/httptype/httptype-1.3.9.ebuild
+++ b/net-misc/httptype/httptype-1.3.9.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/net-misc/httptype/httptype-1.3.9.ebuild,v 1.5 2012/12/24 09:25:05 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/httptype-1.3.9.ebuild,v 1.6 2012/12/24 15:26:29 jdhore Exp $
DESCRIPTION="Returns the http host software of a website"
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
IUSE=""
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"