diff options
Diffstat (limited to 'x11-libs/gtkhotkey')
-rw-r--r-- | x11-libs/gtkhotkey/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtkhotkey/ChangeLog b/x11-libs/gtkhotkey/ChangeLog index 95ae54f0f8fc..bad6b305e110 100644 --- a/x11-libs/gtkhotkey/ChangeLog +++ b/x11-libs/gtkhotkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtkhotkey # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/ChangeLog,v 1.6 2009/03/22 15:51:29 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/ChangeLog,v 1.7 2009/03/22 16:21:47 maekke Exp $ + + 22 Mar 2009; Markus Meier <maekke@gentoo.org> gtkhotkey-0.2.0.ebuild: + x86 stable, bug #259052 22 Mar 2009; Serkan Kaba <serkan@gentoo.org> +files/gtkhotkey-0.2.0-fix-implicit-declaration.patch, gtkhotkey-0.2.0: diff --git a/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild b/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild index de9671cb59a7..fdf2536bc048 100644 --- a/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild +++ b/x11-libs/gtkhotkey/gtkhotkey-0.2.0.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/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild,v 1.7 2009/03/22 15:51:29 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild,v 1.8 2009/03/22 16:21:47 maekke Exp $ EAPI="2" @@ -18,7 +18,7 @@ SRC_URI="http://launchpad.net/${PN}/${MY_CRV}/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" COMMON_DEPEND=">=dev-libs/glib-2.16 |