diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-05-25 11:29:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-05-25 11:29:16 +0000 |
commit | 71cfc05e5a6fc55d13cb3c01efd81fd30805f1fa (patch) | |
tree | 338986e989c0c631739df25d259a8aeddbf84a6e /net-libs/libmicrohttpd | |
parent | Enable multilib support. (diff) | |
download | gentoo-2-71cfc05e5a6fc55d13cb3c01efd81fd30805f1fa.tar.gz gentoo-2-71cfc05e5a6fc55d13cb3c01efd81fd30805f1fa.tar.bz2 gentoo-2-71cfc05e5a6fc55d13cb3c01efd81fd30805f1fa.zip |
Stable for alpha, wrt bug #509094
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index 483833f0c848..909d4ecebb6d 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libmicrohttpd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.67 2014/05/25 11:28:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.68 2014/05/25 11:29:16 ago Exp $ + + 25 May 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.34.ebuild: + Stable for alpha, wrt bug #509094 25 May 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.34.ebuild: Stable for x86, wrt bug #509094 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild index 2a4b6eb5eb9f..b1a65cebe979 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild,v 1.6 2014/05/25 11:28:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild,v 1.7 2014/05/25 11:29:16 ago 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" |