diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-29 13:55:49 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-29 13:55:49 +0000 |
commit | cabd71cd89f8b2b4cb73321ed0a2fff53b8e574f (patch) | |
tree | 175f057a2b8753b5f1b75df3998c24c247b21a96 /x11-misc/bubblemon | |
parent | Revbump fixing python-2.5, DEPEND, and misc fixes. Thanks to Patrick Lauer an... (diff) | |
download | gentoo-2-cabd71cd89f8b2b4cb73321ed0a2fff53b8e574f.tar.gz gentoo-2-cabd71cd89f8b2b4cb73321ed0a2fff53b8e574f.tar.bz2 gentoo-2-cabd71cd89f8b2b4cb73321ed0a2fff53b8e574f.zip |
Stable on amd64 wrt bug #183638
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'x11-misc/bubblemon')
-rw-r--r-- | x11-misc/bubblemon/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/bubblemon/bubblemon-1.46-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/bubblemon/ChangeLog b/x11-misc/bubblemon/ChangeLog index b296ffc94be4..69a252acac51 100644 --- a/x11-misc/bubblemon/ChangeLog +++ b/x11-misc/bubblemon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bubblemon # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.25 2007/06/29 12:58:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.26 2007/06/29 13:55:49 angelos Exp $ + + 29 Jun 2007; Christoph Mende <angelos@gentoo.org> + bubblemon-1.46-r1.ebuild: + Stable on amd64 wrt bug #183638 29 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> bubblemon-1.46-r1.ebuild: diff --git a/x11-misc/bubblemon/bubblemon-1.46-r1.ebuild b/x11-misc/bubblemon/bubblemon-1.46-r1.ebuild index dbccdf387320..b58be5098e9a 100644 --- a/x11-misc/bubblemon/bubblemon-1.46-r1.ebuild +++ b/x11-misc/bubblemon/bubblemon-1.46-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.46-r1.ebuild,v 1.2 2007/06/29 12:58:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.46-r1.ebuild,v 1.3 2007/06/29 13:55:49 angelos Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc sparc ~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2" |