diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-22 18:29:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-22 18:29:34 +0000 |
commit | 6eb8bd90fa11eb6785f2c6c98df4b4faa5eb5228 (patch) | |
tree | cb9fdedae9057d9a65d32de4f73f6fba7a6aea26 /sys-fs | |
parent | Stable for AMD64, wrt bug #402847 (diff) | |
download | gentoo-2-6eb8bd90fa11eb6785f2c6c98df4b4faa5eb5228.tar.gz gentoo-2-6eb8bd90fa11eb6785f2c6c98df4b4faa5eb5228.tar.bz2 gentoo-2-6eb8bd90fa11eb6785f2c6c98df4b4faa5eb5228.zip |
addpredict for /root/.gnome2 wrt #401981 by Zhu Sha Zang
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bleachbit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/bleachbit/bleachbit-0.9.1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-fs/bleachbit/ChangeLog b/sys-fs/bleachbit/ChangeLog index 8a9bb2617911..2ba0514c430a 100644 --- a/sys-fs/bleachbit/ChangeLog +++ b/sys-fs/bleachbit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/bleachbit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/ChangeLog,v 1.6 2012/02/20 04:25:53 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/ChangeLog,v 1.7 2012/02/22 18:29:34 ssuominen Exp $ + + 22 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> bleachbit-0.9.1.ebuild: + addpredict for /root/.gnome2 wrt #401981 by Zhu Sha Zang 20 Feb 2012; Mike Gilbert <floppym@gentoo.org> metadata.xml: Drop no-herd. diff --git a/sys-fs/bleachbit/bleachbit-0.9.1.ebuild b/sys-fs/bleachbit/bleachbit-0.9.1.ebuild index 3eedae6f9ec3..4e542f3b8d3b 100644 --- a/sys-fs/bleachbit/bleachbit-0.9.1.ebuild +++ b/sys-fs/bleachbit/bleachbit-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/bleachbit-0.9.1.ebuild,v 1.1 2012/01/20 18:02:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/bleachbit-0.9.1.ebuild,v 1.2 2012/02/22 18:29:34 ssuominen Exp $ EAPI=4 @@ -27,6 +27,8 @@ DEPEND="${RDEPEND} DOCS="README" src_prepare() { + addpredict /root/.gnome2 #401981 + python_convert_shebangs 2 ${PN}.py # warning: key "Encoding" in group "Desktop Entry" is deprecated |