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 | 8f70e9fcaad9a7a35d98ec39f5e6bb05f17ca7cb (patch) | |
tree | eb71b4ed26725bd30a3953d0c39101bb7ae35248 /x11-misc/glunarclock | |
parent | Fix building with glibc-2.10+ wrt #273731, thanks to Semen Maryasin. (diff) | |
download | historical-8f70e9fcaad9a7a35d98ec39f5e6bb05f17ca7cb.tar.gz historical-8f70e9fcaad9a7a35d98ec39f5e6bb05f17ca7cb.tar.bz2 historical-8f70e9fcaad9a7a35d98ec39f5e6bb05f17ca7cb.zip |
Keyword -amd64 wrt #275518. Code isn't 64bit safe.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/glunarclock')
-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 |