diff options
author | Markus Meier <maekke@gentoo.org> | 2015-01-01 21:08:06 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-01-01 21:08:06 +0000 |
commit | 1227748cd321d3cfdd76aa37c23a4f58d16d17cf (patch) | |
tree | 1215cc8d416a3b408dc1396b3604123b05ee4fd8 /net-libs/libnice | |
parent | arm stable, bug #529964 (diff) | |
download | gentoo-2-1227748cd321d3cfdd76aa37c23a4f58d16d17cf.tar.gz gentoo-2-1227748cd321d3cfdd76aa37c23a4f58d16d17cf.tar.bz2 gentoo-2-1227748cd321d3cfdd76aa37c23a4f58d16d17cf.zip |
arm stable, bug #529964
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-libs/libnice')
-rw-r--r-- | net-libs/libnice/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnice/libnice-0.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnice/ChangeLog b/net-libs/libnice/ChangeLog index 10f784a91501..b806a3743428 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.86 2015/01/01 08:41:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.87 2015/01/01 21:08:06 maekke Exp $ + + 01 Jan 2015; Markus Meier <maekke@gentoo.org> libnice-0.1.8.ebuild: + arm stable, bug #529964 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libnice-0.1.8.ebuild: Stable for sparc, wrt bug #529964 diff --git a/net-libs/libnice/libnice-0.1.8.ebuild b/net-libs/libnice/libnice-0.1.8.ebuild index bb51d55f88f2..ac58de9d611d 100644 --- a/net-libs/libnice/libnice-0.1.8.ebuild +++ b/net-libs/libnice/libnice-0.1.8.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.8.ebuild,v 1.9 2015/01/01 08:41:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.1.8.ebuild,v 1.10 2015/01/01 21:08:06 maekke Exp $ EAPI=5 inherit 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=" |