summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2009-10-18 13:53:18 +0000
committerTobias Klausmann <klausman@gentoo.org>2009-10-18 13:53:18 +0000
commit5cfffdda7cc6425969538d24d98ff0f7e583861c (patch)
treed52d1ee1bd137a4fca46ff93a6164c31493d7901 /net-libs
parentAdd a patch to fix custom CellRenderer classes. Remove old unused files. (diff)
downloadgentoo-2-5cfffdda7cc6425969538d24d98ff0f7e583861c.tar.gz
gentoo-2-5cfffdda7cc6425969538d24d98ff0f7e583861c.tar.bz2
gentoo-2-5cfffdda7cc6425969538d24d98ff0f7e583861c.zip
Stable on alpha, bug #289298
(Portage version: 2.1.7/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libnice/ChangeLog5
-rw-r--r--net-libs/libnice/libnice-0.0.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnice/ChangeLog b/net-libs/libnice/ChangeLog
index 3aa923437af1..c82b708e5cac 100644
--- a/net-libs/libnice/ChangeLog
+++ b/net-libs/libnice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libnice
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.5 2009/09/11 21:14:06 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.6 2009/10/18 13:53:18 klausman Exp $
+
+ 18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> libnice-0.0.9.ebuild:
+ Stable on alpha, bug #289298
11 Sep 2009; Mounir Lamouri <volkmar@gentoo.org> libnice-0.0.9.ebuild:
Keywording for ppc. Bug 282263
diff --git a/net-libs/libnice/libnice-0.0.9.ebuild b/net-libs/libnice/libnice-0.0.9.ebuild
index 8fe000f4073d..a008e9e1ba3e 100644
--- a/net-libs/libnice/libnice-0.0.9.ebuild
+++ b/net-libs/libnice/libnice-0.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.0.9.ebuild,v 1.3 2009/09/11 21:14:06 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.0.9.ebuild,v 1.4 2009/10/18 13:53:18 klausman Exp $
EAPI="2"
@@ -10,7 +10,7 @@ SRC_URI="http://nice.freedesktop.org/releases/${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ppc ~x86"
IUSE="+gstreamer upnp"
RDEPEND=">=dev-libs/glib-2.10