diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-10-17 03:28:12 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-10-17 03:28:12 +0000 |
commit | 4ba4393957948f5d32cc0bf7e3a5a78bb9aa743a (patch) | |
tree | 254e958151f0100639e610541aee7433d7d3a6e3 /net-libs | |
parent | x86 stable wrt bug #435886 (diff) | |
download | gentoo-2-4ba4393957948f5d32cc0bf7e3a5a78bb9aa743a.tar.gz gentoo-2-4ba4393957948f5d32cc0bf7e3a5a78bb9aa743a.tar.bz2 gentoo-2-4ba4393957948f5d32cc0bf7e3a5a78bb9aa743a.zip |
x86 stable wrt bug #433327
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.21.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index b45a98cda07a..66af9c53acbc 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libmicrohttpd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.20 2012/10/01 01:09:26 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.21 2012/10/17 03:28:12 phajdan.jr Exp $ + + 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + libmicrohttpd-0.9.21.ebuild: + x86 stable wrt bug #433327 01 Oct 2012; Anthony G. Basile <blueness@gentoo.org> libmicrohttpd-0.9.22.ebuild: diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.21.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.21.ebuild index b7b338c3af04..293a7a16b00e 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.21.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.21.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-libs/libmicrohttpd/libmicrohttpd-0.9.21.ebuild,v 1.2 2012/09/15 15:07:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.21.ebuild,v 1.3 2012/10/17 03:28:12 phajdan.jr Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" IUSE="messages ssl static-libs test" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="LGPL-2.1" SLOT="0" |