diff options
author | Markus Meier <maekke@gentoo.org> | 2015-07-07 20:47:36 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-07-07 20:47:36 +0000 |
commit | 7f5fc88629fb9617df3fa17d608055284b08b19f (patch) | |
tree | 768b7c1851f5256281f55fbf6afb2c8c442fdb6d /net-libs | |
parent | arm stable, bug #551814 (diff) | |
download | gentoo-2-7f5fc88629fb9617df3fa17d608055284b08b19f.tar.gz gentoo-2-7f5fc88629fb9617df3fa17d608055284b08b19f.tar.bz2 gentoo-2-7f5fc88629fb9617df3fa17d608055284b08b19f.zip |
arm stable, bug #551814
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-libs')
-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 282f455c690a..e6a983dfe730 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.99 2015/06/26 09:23:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.100 2015/07/07 20:47:36 maekke Exp $ + + 07 Jul 2015; Markus Meier <maekke@gentoo.org> libnice-0.1.13.ebuild: + arm stable, bug #551814 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libnice-0.1.13.ebuild: Stable for x86, wrt bug #551814 diff --git a/net-libs/libnice/libnice-0.1.13.ebuild b/net-libs/libnice/libnice-0.1.13.ebuild index 744f97c775c1..7dc02f7518f6 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.4 2015/06/26 09:23:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.1.13.ebuild,v 1.5 2015/07/07 20:47:36 maekke 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=" |