summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-02-11 20:28:57 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-02-11 20:28:57 +0000
commit492e7ac0b696f7ce9874a6996c3c99691aa76842 (patch)
tree26ff00212ae003a2d0d630d49ea1994c8ee49eb7 /media-sound/madman
parentVersion bumped. Closes 41239 (Manifest recommit) (diff)
downloadgentoo-2-492e7ac0b696f7ce9874a6996c3c99691aa76842.tar.gz
gentoo-2-492e7ac0b696f7ce9874a6996c3c99691aa76842.tar.bz2
gentoo-2-492e7ac0b696f7ce9874a6996c3c99691aa76842.zip
addwrite $QTDIR/etc/settings for sandbox fix
Diffstat (limited to 'media-sound/madman')
-rw-r--r--media-sound/madman/ChangeLog7
-rw-r--r--media-sound/madman/madman-0.91.1.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/madman/ChangeLog b/media-sound/madman/ChangeLog
index 552db376e1f8..f73c4925d5ba 100644
--- a/media-sound/madman/ChangeLog
+++ b/media-sound/madman/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/madman
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/ChangeLog,v 1.1 2003/07/19 06:56:18 jje Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/ChangeLog,v 1.2 2004/02/11 20:28:57 caleb Exp $
+
+ 11 Feb 2004; Caleb Tennis <caleb@gentoo.org> madman-0.91.1.ebuild:
+ addwrite $QTDIR/etc/settings for sandbox fixes
*madman-0.91.1 (19 Jul 2003)
diff --git a/media-sound/madman/madman-0.91.1.ebuild b/media-sound/madman/madman-0.91.1.ebuild
index 4166088ebf1b..8a536e51ff9f 100644
--- a/media-sound/madman/madman-0.91.1.ebuild
+++ b/media-sound/madman/madman-0.91.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/madman-0.91.1.ebuild,v 1.3 2003/09/11 01:21:31 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/madman-0.91.1.ebuild,v 1.4 2004/02/11 20:28:57 caleb Exp $
S="${WORKDIR}/${P}"
DESCRIPTION="MP3 organizer/ID3 tag-editor extrodinaire"
@@ -17,6 +17,7 @@ DEPEND=">=x11-libs/qt-3.1.0-r3
>=media-libs/id3lib-3.8.3"
src_compile() {
+ addwrite "${QTDIR}/etc/settings"
econf --prefix=/usr --libdir=/usr/lib
emake
}