diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnice/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libnice/libnice-0.0.10.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/libnice/ChangeLog b/net-libs/libnice/ChangeLog index f260fd44964e..ff74a85b5317 100644 --- a/net-libs/libnice/ChangeLog +++ b/net-libs/libnice/ChangeLog @@ -1,6 +1,10 @@ # 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.11 2009/11/06 15:10:20 tester Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.12 2010/01/10 16:40:45 fauli Exp $ + + 10 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + libnice-0.0.10.ebuild: + Transfer Prefix keywords *libnice-0.0.10 (06 Nov 2009) diff --git a/net-libs/libnice/libnice-0.0.10.ebuild b/net-libs/libnice/libnice-0.0.10.ebuild index 5e88444cf040..eeba04c941d6 100644 --- a/net-libs/libnice/libnice-0.0.10.ebuild +++ b/net-libs/libnice/libnice-0.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.0.10.ebuild,v 1.1 2009/11/06 15:10:20 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.0.10.ebuild,v 1.2 2010/01/10 16:40:45 fauli 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 ~amd64-linux ~x86-linux" IUSE="+gstreamer upnp" RDEPEND=">=dev-libs/glib-2.10 |