summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-12-24 15:26:29 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-12-24 15:26:29 +0000
commit39ec963778abc5da1bd4a8036e91370bc9f9a332 (patch)
tree6e7911f946789509751da8bb5a418ebe8852567d /net-misc/httptype
parentdev-haskell/haskell-src: switch to EAPI=5 (diff)
downloadgentoo-2-39ec963778abc5da1bd4a8036e91370bc9f9a332.tar.gz
gentoo-2-39ec963778abc5da1bd4a8036e91370bc9f9a332.tar.bz2
gentoo-2-39ec963778abc5da1bd4a8036e91370bc9f9a332.zip
marked x86 per bug 448304
(Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Diffstat (limited to 'net-misc/httptype')
-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}"