diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-25 07:24:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-25 07:24:34 +0000 |
commit | 2239a8bfcf08203a775101d501106c0c7a88aae7 (patch) | |
tree | 27601e4bbda388728df1e308725f0ac134889585 /x11-misc | |
parent | Fix building with glibc-2.10+ wrt #273731, thanks to Semen Maryasin. (diff) | |
download | gentoo-2-2239a8bfcf08203a775101d501106c0c7a88aae7.tar.gz gentoo-2-2239a8bfcf08203a775101d501106c0c7a88aae7.tar.bz2 gentoo-2-2239a8bfcf08203a775101d501106c0c7a88aae7.zip |
Keyword -amd64 wrt #275518. Code isn't 64bit safe.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/glunarclock/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/glunarclock/glunarclock-0.32.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/glunarclock/ChangeLog b/x11-misc/glunarclock/ChangeLog index a8294250c367..dae551954e4f 100644 --- a/x11-misc/glunarclock/ChangeLog +++ b/x11-misc/glunarclock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/glunarclock -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/ChangeLog,v 1.20 2008/03/23 00:53:07 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/ChangeLog,v 1.21 2009/07/25 07:24:34 ssuominen Exp $ + + 25 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> + glunarclock-0.32.4.ebuild: + Keyword -amd64 wrt #275518. Code isn't 64bit safe. 23 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> glunarclock-0.32.4.ebuild: diff --git a/x11-misc/glunarclock/glunarclock-0.32.4.ebuild b/x11-misc/glunarclock/glunarclock-0.32.4.ebuild index f673408ad726..ca3d9427b4df 100644 --- a/x11-misc/glunarclock/glunarclock-0.32.4.ebuild +++ b/x11-misc/glunarclock/glunarclock-0.32.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.4.ebuild,v 1.7 2008/03/23 00:53:07 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.4.ebuild,v 1.8 2009/07/25 07:24:34 ssuominen Exp $ inherit gnome2 eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/glunarclock/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="-amd64 ppc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.1.0 |