diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-15 15:07:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-15 15:07:20 +0000 |
commit | 4c1dbb8d991e572d8589de5670dd55b60018f055 (patch) | |
tree | 30cb2d13658494f9b025c3977ac1e26bfcd1f935 /net-libs | |
parent | Stable for amd64, wrt bug #435116 (diff) | |
download | gentoo-2-4c1dbb8d991e572d8589de5670dd55b60018f055.tar.gz gentoo-2-4c1dbb8d991e572d8589de5670dd55b60018f055.tar.bz2 gentoo-2-4c1dbb8d991e572d8589de5670dd55b60018f055.zip |
Stable for amd64, wrt bug #433327
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index b7de24408925..0e3f949a142d 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -1,6 +1,9 @@ # 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.17 2012/09/15 01:43:03 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.18 2012/09/15 15:07:20 ago Exp $ + + 15 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.21.ebuild: + Stable for amd64, wrt bug #433327 *libmicrohttpd-0.9.22 (15 Sep 2012) diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.21.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.21.ebuild index 31063a60a94b..b7b338c3af04 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.1 2012/07/20 20:00:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.21.ebuild,v 1.2 2012/09/15 15:07:20 ago 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" |