diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-04-08 17:21:10 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-04-08 17:21:10 +0000 |
commit | 777cadd063c640f27042fba7b1174f20c210a6f9 (patch) | |
tree | d6bb2253b8815da6945b9c6a991a70794aeb2d1e /net-libs | |
parent | Stable for HPPA (bug #545850). (diff) | |
download | gentoo-2-777cadd063c640f27042fba7b1174f20c210a6f9.tar.gz gentoo-2-777cadd063c640f27042fba7b1174f20c210a6f9.tar.bz2 gentoo-2-777cadd063c640f27042fba7b1174f20c210a6f9.zip |
Stable for arm, ppc and ppc64. Bug #545814.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index 8bdd899e7c67..ece0b3fd2305 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libmicrohttpd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.84 2015/04/08 12:14:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.85 2015/04/08 17:21:10 blueness Exp $ + + 08 Apr 2015; Anthony G. Basile <blueness@gentoo.org> + libmicrohttpd-0.9.39.ebuild: + Stable for arm, ppc and ppc64. Bug #545814. 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.39.ebuild: Stable for amd64, wrt bug #545814 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild index 8d1f6eb6f14b..f8b417eca04c 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild,v 1.2 2015/04/08 12:14:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild,v 1.3 2015/04/08 17:21:10 blueness Exp $ EAPI="5" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" IUSE="epoll messages ssl static-libs test" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86" LICENSE="LGPL-2.1" SLOT="0" |