diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 15:56:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 15:56:58 +0000 |
commit | b36f027d1df708b609cd507a80bfdd0b3f6e19a3 (patch) | |
tree | 4e86dcdcd14cd8eebc31aa59a778a02c9c25c02d /net-libs/libmicrohttpd | |
parent | Stable for amd64, wrt bug #415907 (diff) | |
download | gentoo-2-b36f027d1df708b609cd507a80bfdd0b3f6e19a3.tar.gz gentoo-2-b36f027d1df708b609cd507a80bfdd0b3f6e19a3.tar.bz2 gentoo-2-b36f027d1df708b609cd507a80bfdd0b3f6e19a3.zip |
Stable for amd64, wrt bug #415907
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index cfab01cdec7c..18a8e5e0017c 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.10 2012/05/14 11:12:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.11 2012/05/14 15:56:58 ago Exp $ + + 14 May 2012; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.19.ebuild: + Stable for amd64, wrt bug #415907 14 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> libmicrohttpd-0.9.19.ebuild: Bump eapi and do not distribute static lib and la file unless needed. diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild index 035ba550d1a7..b846d2e408db 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.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.19.ebuild,v 1.2 2012/05/14 11:12:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild,v 1.3 2012/05/14 15:56:58 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://gnunet.org/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" |