diff options
author | 2013-11-13 04:12:09 +0000 | |
---|---|---|
committer | 2013-11-13 04:12:09 +0000 | |
commit | 5d80c73f9834c214bc73e79a101919eee042f9ed (patch) | |
tree | 06027515d92721cad09d8ac0fbb39dd2c132728c /net-libs | |
parent | Added ~alpha, bug 478076. (diff) | |
download | gentoo-2-5d80c73f9834c214bc73e79a101919eee042f9ed.tar.gz gentoo-2-5d80c73f9834c214bc73e79a101919eee042f9ed.tar.bz2 gentoo-2-5d80c73f9834c214bc73e79a101919eee042f9ed.zip |
Added ~alpha, bug 478076.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index 1c3fca7a8086..4d53f6a6c2b2 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libmicrohttpd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.43 2013/10/23 19:55:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.44 2013/11/13 04:12:09 mattst88 Exp $ + + 13 Nov 2013; Matt Turner <mattst88@gentoo.org> libmicrohttpd-0.9.31.ebuild: + Added ~alpha, bug 478076. 23 Oct 2013; Markus Meier <maekke@gentoo.org> libmicrohttpd-0.9.30.ebuild: arm stable, bug #488644 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild index 28273f87fea0..0f7c3d58f63a 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild,v 1.1 2013/10/19 20:46:13 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild,v 1.2 2013/11/13 04:12:09 mattst88 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="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" LICENSE="LGPL-2.1" SLOT="0" |