summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank van de Pol <fvdpol@gentoo.org>2004-06-20 15:28:12 +0000
committerFrank van de Pol <fvdpol@gentoo.org>2004-06-20 15:28:12 +0000
commitb1c5b24dac43db3b07ae23e2d2c821990593948a (patch)
tree0045bbf0e9c5493caa9d94019d6c44a231e77e43 /media-sound
parentEbuild cleanups. (diff)
downloadhistorical-b1c5b24dac43db3b07ae23e2d2c821990593948a.tar.gz
historical-b1c5b24dac43db3b07ae23e2d2c821990593948a.tar.bz2
historical-b1c5b24dac43db3b07ae23e2d2c821990593948a.zip
Fixed sandbox violations, closing bug #45289.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/qsynth/Manifest2
-rw-r--r--media-sound/qsynth/qsynth-0.1.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/qsynth/Manifest b/media-sound/qsynth/Manifest
index 92ed2ef64ff6..7c06481d8028 100644
--- a/media-sound/qsynth/Manifest
+++ b/media-sound/qsynth/Manifest
@@ -1,4 +1,4 @@
MD5 2e1d8cf77392aed98b39d8d7b710455b ChangeLog 740
MD5 bed98f5cc72fd626b638bfcae4593ce6 metadata.xml 647
-MD5 495d71b50265c937b63aef194b5c52ae qsynth-0.1.0.ebuild 676
+MD5 5c0cef8f2d1f6367277240e2806c1503 qsynth-0.1.0.ebuild 673
MD5 fde45970ba4d6681ef829f9fde4b7e72 files/digest-qsynth-0.1.0 63
diff --git a/media-sound/qsynth/qsynth-0.1.0.ebuild b/media-sound/qsynth/qsynth-0.1.0.ebuild
index 3a1ae7d047be..46178cd1ad2f 100644
--- a/media-sound/qsynth/qsynth-0.1.0.ebuild
+++ b/media-sound/qsynth/qsynth-0.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.1.0.ebuild,v 1.2 2004/06/20 14:38:19 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.1.0.ebuild,v 1.3 2004/06/20 15:28:12 fvdpol Exp $
DESCRIPTION="A Qt application to control FluidSynth"
HOMEPAGE="http://qsynth.sf.net/"
@@ -18,7 +18,7 @@ DEPEND="virtual/glibc
src_compile() {
addwrite ${QTDIR}/etc/settings
econf || die
- einstall || die
+ emake || die
}
src_install () {