diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-07-29 10:31:53 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-07-29 10:31:53 +0000 |
commit | 0e280d51e12bdccfb467c27d9f33ebdfa9344c2a (patch) | |
tree | ac982bf23e05fdd3dd2a4ba0990c702980b98451 /net-libs/libnice | |
parent | Stable on alpha, bug 551814 (diff) | |
download | gentoo-2-0e280d51e12bdccfb467c27d9f33ebdfa9344c2a.tar.gz gentoo-2-0e280d51e12bdccfb467c27d9f33ebdfa9344c2a.tar.bz2 gentoo-2-0e280d51e12bdccfb467c27d9f33ebdfa9344c2a.zip |
Stable on alpha, bug 551814
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'net-libs/libnice')
-rw-r--r-- | net-libs/libnice/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnice/libnice-0.1.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnice/ChangeLog b/net-libs/libnice/ChangeLog index d5f8ba9dba1a..12abf8188076 100644 --- a/net-libs/libnice/ChangeLog +++ b/net-libs/libnice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnice # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.103 2015/07/25 12:15:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.104 2015/07/29 10:31:53 klausman Exp $ + + 29 Jul 2015; Tobias Klausmann <klausman@gentoo.org> libnice-0.1.13.ebuild: + Stable on alpha, bug 551814 25 Jul 2015; Pacho Ramos <pacho@gentoo.org> libnice-0.1.13.ebuild: ppc stable wrt bug #551814 diff --git a/net-libs/libnice/libnice-0.1.13.ebuild b/net-libs/libnice/libnice-0.1.13.ebuild index fdca4639bd84..109181caa01a 100644 --- a/net-libs/libnice/libnice-0.1.13.ebuild +++ b/net-libs/libnice/libnice-0.1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.1.13.ebuild,v 1.8 2015/07/25 12:15:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.1.13.ebuild,v 1.9 2015/07/29 10:31:53 klausman Exp $ EAPI=5 inherit autotools eutils multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="http://nice.freedesktop.org/releases/${P}.tar.gz" LICENSE="|| ( MPL-1.1 LGPL-2.1 )" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="+introspection +upnp" RDEPEND=" |