diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-30 23:43:38 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-30 23:43:38 +0000 |
commit | c86d2a27b9f2fbb1e1236e2b752ce6a8546561f7 (patch) | |
tree | 0324fc4665e3303c05e03c3d053dd52a1e742f08 | |
parent | Import check_glsa2 by Craig and Robin. (diff) | |
download | gentoo-2-c86d2a27b9f2fbb1e1236e2b752ce6a8546561f7.tar.gz gentoo-2-c86d2a27b9f2fbb1e1236e2b752ce6a8546561f7.tar.bz2 gentoo-2-c86d2a27b9f2fbb1e1236e2b752ce6a8546561f7.zip |
keyword ~arm, bug #436728
(Portage version: 2.1.11.9/cvs/Linux x86_64)
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index 0e3f949a142d..249448d301db 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.18 2012/09/15 15:07:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.19 2012/09/30 23:43:38 blueness Exp $ + + 30 Sep 2012; Anthony G. Basile <blueness@gentoo.org> + libmicrohttpd-0.9.22.ebuild: + keyword ~arm, bug #436728 15 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.21.ebuild: Stable for amd64, wrt bug #433327 @@ -92,4 +96,3 @@ +libmicrohttpd-0.9.0.ebuild, +metadata.xml: New ebuild for bug #224165. Thanks to rpansky, Adam Coyne, candrews and others - diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild index 1a316e2115eb..bbc5942242d9 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.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.22.ebuild,v 1.1 2012/09/15 01:43:03 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v 1.2 2012/09/30 23:43:38 blueness 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 ~arm ~x86" LICENSE="LGPL-2.1" SLOT="0" |