diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-02 19:14:15 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-02 19:14:15 +0000 |
commit | ed04c2fb20c75850be982135129a44e0177e23aa (patch) | |
tree | 5529bc2085e915f459c136cc1f3e9bd7c14bd05e /net-misc | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-ed04c2fb20c75850be982135129a44e0177e23aa.tar.gz gentoo-2-ed04c2fb20c75850be982135129a44e0177e23aa.tar.bz2 gentoo-2-ed04c2fb20c75850be982135129a44e0177e23aa.zip |
Stable on amd64, wrt bug #457446
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/httptype/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/httptype/httptype-1.3.9-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/httptype/ChangeLog b/net-misc/httptype/ChangeLog index 53aa94c3e80b..7a881fa97858 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.13 2012/12/25 18:39:40 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/ChangeLog,v 1.14 2013/03/02 19:14:15 pinkbyte Exp $ + + 02 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> httptype-1.3.9-r1.ebuild: + Stable on amd64, wrt bug #457446 25 Dec 2012; Anthony G. Basile <blueness@gentoo.org> httptype-1.3.9.ebuild: stable ppc ppc64, bug #448304, thanks peratu for ppc diff --git a/net-misc/httptype/httptype-1.3.9-r1.ebuild b/net-misc/httptype/httptype-1.3.9-r1.ebuild index a81d7842eba6..2f4daacd2f17 100644 --- a/net-misc/httptype/httptype-1.3.9-r1.ebuild +++ b/net-misc/httptype/httptype-1.3.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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-r1.ebuild,v 1.2 2012/12/24 09:49:52 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/httptype-1.3.9-r1.ebuild,v 1.3 2013/03/02 19:14:15 pinkbyte Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="" |