diff options
author | 2013-12-22 13:13:06 +0000 | |
---|---|---|
committer | 2013-12-22 13:13:06 +0000 | |
commit | 65a190138886cee220d56892d05ef16d8ac5a165 (patch) | |
tree | bc798a9a2bc303d91cf3e65db6d41ce7573b0de0 /net-libs | |
parent | Update git hashes for fixes regarding the optional consolekit support as poin... (diff) | |
download | gentoo-2-65a190138886cee220d56892d05ef16d8ac5a165.tar.gz gentoo-2-65a190138886cee220d56892d05ef16d8ac5a165.tar.bz2 gentoo-2-65a190138886cee220d56892d05ef16d8ac5a165.zip |
amd64 stable, bug 488644
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index e95f66eaf1fb..239cb35d04a0 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.53 2013/12/22 11:57:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.54 2013/12/22 13:13:06 pacho Exp $ + + 22 Dec 2013; Pacho Ramos <pacho@gentoo.org> libmicrohttpd-0.9.30.ebuild: + amd64 stable, bug 488644 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.30.ebuild: Stable for ppc64, wrt bug #488644 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild index 7ace5428c6cc..7082932c2da9 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.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.30.ebuild,v 1.5 2013/12/22 11:57:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild,v 1.6 2013/12/22 13:13:06 pacho Exp $ EAPI="5" @@ -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 arm ~hppa ~mips ppc ppc64 ~x86" +KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 ~x86" LICENSE="LGPL-2.1" SLOT="0" |