diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-09-05 13:10:17 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-09-05 13:10:17 +0000 |
commit | 92f5cd5131855c17dc38802c0e5b06d7817321b5 (patch) | |
tree | e1cb9e0e70b7f496e7d3cdd1dfa15dc92c183549 /sys-apps | |
parent | Version bump. Cleanup old. Fix bug #483572 (diff) | |
download | gentoo-2-92f5cd5131855c17dc38802c0e5b06d7817321b5.tar.gz gentoo-2-92f5cd5131855c17dc38802c0e5b06d7817321b5.tar.bz2 gentoo-2-92f5cd5131855c17dc38802c0e5b06d7817321b5.zip |
Stable on x86, wrt bug #483440
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/bleachbit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/bleachbit/bleachbit-0.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/bleachbit/ChangeLog b/sys-apps/bleachbit/ChangeLog index 6ce67a0deb7b..cf6ce2c250e2 100644 --- a/sys-apps/bleachbit/ChangeLog +++ b/sys-apps/bleachbit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/bleachbit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/ChangeLog,v 1.14 2013/09/04 13:25:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/ChangeLog,v 1.15 2013/09/05 13:10:17 pinkbyte Exp $ + + 05 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> bleachbit-0.9.6.ebuild: + Stable on x86, wrt bug #483440 04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> bleachbit-0.9.6.ebuild: Stable for amd64, wrt bug #483440 diff --git a/sys-apps/bleachbit/bleachbit-0.9.6.ebuild b/sys-apps/bleachbit/bleachbit-0.9.6.ebuild index dca944197d9c..570f1e3b11d3 100644 --- a/sys-apps/bleachbit/bleachbit-0.9.6.ebuild +++ b/sys-apps/bleachbit/bleachbit-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/bleachbit-0.9.6.ebuild,v 1.2 2013/09/04 13:25:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/bleachbit-0.9.6.ebuild,v 1.3 2013/09/05 13:10:17 pinkbyte Exp $ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="nls" RDEPEND="dev-python/pygtk:2[$PYTHON_USEDEP]" |