diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-01 14:50:20 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-01 14:50:20 +0000 |
commit | 748ab41adb208320a2f37ecc67629237907ba357 (patch) | |
tree | 79603dbfb2792c06832b8507550842200f9a30f8 /sys-fs/captive | |
parent | Version bump to knowledgetree-3.0.3 (diff) | |
download | gentoo-2-748ab41adb208320a2f37ecc67629237907ba357.tar.gz gentoo-2-748ab41adb208320a2f37ecc67629237907ba357.tar.bz2 gentoo-2-748ab41adb208320a2f37ecc67629237907ba357.zip |
Add addwrite for bug #133357
(Portage version: 2.1_rc3-r4)
Diffstat (limited to 'sys-fs/captive')
-rw-r--r-- | sys-fs/captive/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/captive/captive-1.1.7-r1.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-fs/captive/ChangeLog b/sys-fs/captive/ChangeLog index 22e1dcb81c49..40da97f801d2 100644 --- a/sys-fs/captive/ChangeLog +++ b/sys-fs/captive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/captive # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.15 2006/04/05 12:46:06 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.16 2006/06/01 14:50:20 genstef Exp $ + + 01 Jun 2006; Stefan Schweizer <genstef@gentoo.org> + captive-1.1.7-r1.ebuild: + Add addwrite for bug #133357 05 Apr 2006; Stefan Schweizer <genstef@gentoo.org> captive-1.1.7-r1.ebuild: diff --git a/sys-fs/captive/captive-1.1.7-r1.ebuild b/sys-fs/captive/captive-1.1.7-r1.ebuild index ec677988fc90..321f9b1f3b7d 100644 --- a/sys-fs/captive/captive-1.1.7-r1.ebuild +++ b/sys-fs/captive/captive-1.1.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.7-r1.ebuild,v 1.3 2006/04/05 12:46:06 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.7-r1.ebuild,v 1.4 2006/06/01 14:50:20 genstef Exp $ inherit eutils @@ -44,6 +44,9 @@ pkg_setup() { } src_compile() { + # Do not remove the addwrite. bug #128289, bug #133357 + addwrite "${ROOT}/root/.gnome2" + # disable some tests to save time ;) econf $(use_enable debug bug-replay) \ $(use_with readline) \ |