diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-01-18 15:23:12 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-01-18 15:23:12 +0000 |
commit | c674a76dec9bc3e543a9ecc684f5a14d5dce521b (patch) | |
tree | a6491e23731f66dfb72c1ceb7bca93b0949644b7 /x11-libs | |
parent | Removed old (diff) | |
download | gentoo-2-c674a76dec9bc3e543a9ecc684f5a14d5dce521b.tar.gz gentoo-2-c674a76dec9bc3e543a9ecc684f5a14d5dce521b.tar.bz2 gentoo-2-c674a76dec9bc3e543a9ecc684f5a14d5dce521b.zip |
x86 stable, bug 348987
(Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libwnck/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libwnck/libwnck-2.30.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libwnck/ChangeLog b/x11-libs/libwnck/ChangeLog index 6b66f4d46b01..290ff192ea2f 100644 --- a/x11-libs/libwnck/ChangeLog +++ b/x11-libs/libwnck/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libwnck # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.255 2011/01/14 10:44:50 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.256 2011/01/18 15:23:12 fauli Exp $ + + 18 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + libwnck-2.30.6.ebuild: + x86 stable, bug 348987 14 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> libwnck-2.30.6.ebuild: Pin glib/gtk+ to slot 2. diff --git a/x11-libs/libwnck/libwnck-2.30.6.ebuild b/x11-libs/libwnck/libwnck-2.30.6.ebuild index 131b7feb2249..e3f50a8e8b1e 100644 --- a/x11-libs/libwnck/libwnck-2.30.6.ebuild +++ b/x11-libs/libwnck/libwnck-2.30.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.30.6.ebuild,v 1.2 2011/01/14 10:44:50 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.30.6.ebuild,v 1.3 2011/01/18 15:23:12 fauli Exp $ EAPI="3" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc +introspection startup-notification" |