diff options
author | 2009-05-15 20:55:14 +0000 | |
---|---|---|
committer | 2009-05-15 20:55:14 +0000 | |
commit | 8f1ba58ff622d14abd0ed99de247e0f85be68c56 (patch) | |
tree | 7e8f680a9b98f9a988d3eca94136c9a92fa9c281 /net-libs/libnice | |
parent | Assign qt3.eclass maintainership to qt@gentoo.org instead of inactive dev (diff) | |
download | gentoo-2-8f1ba58ff622d14abd0ed99de247e0f85be68c56.tar.gz gentoo-2-8f1ba58ff622d14abd0ed99de247e0f85be68c56.tar.bz2 gentoo-2-8f1ba58ff622d14abd0ed99de247e0f85be68c56.zip |
Keyworded on alpha, bug #269314
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libnice')
-rw-r--r-- | net-libs/libnice/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnice/libnice-0.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnice/ChangeLog b/net-libs/libnice/ChangeLog index 57b949e293cb..4ab753092dc5 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.1 2009/05/10 21:02:33 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.2 2009/05/15 20:55:14 klausman Exp $ + + 15 May 2009; Tobias Klausmann <klausman@gentoo.org> libnice-0.0.6.ebuild: + Keyworded on alpha, bug #269314 *libnice-0.0.6 (10 May 2009) diff --git a/net-libs/libnice/libnice-0.0.6.ebuild b/net-libs/libnice/libnice-0.0.6.ebuild index 1e718285f12a..c14d61ff08d5 100644 --- a/net-libs/libnice/libnice-0.0.6.ebuild +++ b/net-libs/libnice/libnice-0.0.6.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.6.ebuild,v 1.1 2009/05/10 21:02:33 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.0.6.ebuild,v 1.2 2009/05/15 20:55:14 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="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~x86" IUSE="+gstreamer" RDEPEND=">=dev-libs/glib-2.10 |