diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-19 06:11:16 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-19 06:11:16 +0000 |
commit | f5cc975f3c0dd73e7aa60f09595c20d75eaf15c5 (patch) | |
tree | d294a9d223be1b7e54a863075ab9bfc3e9eafd46 /dev-perl/HTTP-Daemon | |
parent | Fix segfault with non-UTF-8 locale (bug #414871). (diff) | |
download | historical-f5cc975f3c0dd73e7aa60f09595c20d75eaf15c5.tar.gz historical-f5cc975f3c0dd73e7aa60f09595c20d75eaf15c5.tar.bz2 historical-f5cc975f3c0dd73e7aa60f09595c20d75eaf15c5.zip |
marked x86 per bug 414739
Package-Manager: portage-2.2.0_alpha110/cvs/Linux i686
Diffstat (limited to 'dev-perl/HTTP-Daemon')
-rw-r--r-- | dev-perl/HTTP-Daemon/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/HTTP-Daemon/ChangeLog b/dev-perl/HTTP-Daemon/ChangeLog index 67a2d2163f94..0eb9a1fef696 100644 --- a/dev-perl/HTTP-Daemon/ChangeLog +++ b/dev-perl/HTTP-Daemon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTTP-Daemon # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Daemon/ChangeLog,v 1.18 2012/05/05 23:51:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Daemon/ChangeLog,v 1.19 2012/06/19 06:11:16 jdhore Exp $ + + 19 Jun 2012; Jeff Horelick <jdhore@gentoo.org> HTTP-Daemon-6.10.0.ebuild: + marked x86 per bug 414739 05 May 2012; Alexis Ballier <aballier@gentoo.org> HTTP-Daemon-6.10.0.ebuild: keyword ~amd64-fbsd diff --git a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0.ebuild b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0.ebuild index a99f4d181882..69a309a40140 100644 --- a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0.ebuild +++ b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0.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/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0.ebuild,v 1.2 2012/05/05 23:51:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0.ebuild,v 1.3 2012/06/19 06:11:16 jdhore Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Base class for simple HTTP servers" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" |