diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-09-18 22:13:05 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-09-18 22:13:05 +0000 |
commit | c8fce3639fa233c8faa5e661692512cdf37ecec9 (patch) | |
tree | d4071f814dc87b55c9200a31745f8a8ae4543d7c /net-libs/libmicrohttpd | |
parent | Version bump. Fixed majority of test failures with Python 2.7 (bug #293913). (diff) | |
download | gentoo-2-c8fce3639fa233c8faa5e661692512cdf37ecec9.tar.gz gentoo-2-c8fce3639fa233c8faa5e661692512cdf37ecec9.tar.bz2 gentoo-2-c8fce3639fa233c8faa5e661692512cdf37ecec9.zip |
Add USE flag for messages, bug #224165
(Portage version: 2.2_rc81/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild | 5 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/metadata.xml | 3 |
3 files changed, 11 insertions, 3 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index 2d9771a0fe90..ea200c72a33e 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libmicrohttpd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.1 2010/08/14 14:22:40 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.2 2010/09/18 22:13:05 chithanh Exp $ + + 18 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + libmicrohttpd-0.9.0.ebuild, metadata.xml: + Add USE flag for messages, bug #224165 *libmicrohttpd-0.9.0 (14 Aug 2010) diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild index c2ec3c41a9ee..7d0824a2dbd1 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild,v 1.1 2010/08/14 14:22:40 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild,v 1.2 2010/09/18 22:13:05 chithanh Exp $ EAPI=2 @@ -10,7 +10,7 @@ DESCRIPTION="A small C library that makes it easy to run an HTTP server as part HOMEPAGE="http://gnunet.org/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" -IUSE="ssl" +IUSE="messages ssl" KEYWORDS="~amd64 ~x86" LICENSE="LGPL-2.1" SLOT="0" @@ -27,6 +27,7 @@ S=${WORKDIR}/${MY_P} src_configure() { econf \ --enable-curl \ + $(use_enable messages) \ $(use_enable ssl https) \ $(use_with ssl gnutls) } diff --git a/net-libs/libmicrohttpd/metadata.xml b/net-libs/libmicrohttpd/metadata.xml index 8fe9668040a6..002e4bfcc9ac 100644 --- a/net-libs/libmicrohttpd/metadata.xml +++ b/net-libs/libmicrohttpd/metadata.xml @@ -6,5 +6,8 @@ <email>chithanh@gentoo.org</email> <name>Chí-Thanh Christopher Nguyễn</name> </maintainer> + <use> + <flag name='messages'>enable error messages</flag> + </use> </pkgmetadata> |