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
commit7e1748f79cdf79f4c6db1a934ae2a1c04fb2fc66 (patch)
treefd5a401dcf92ef876af0b4da17727900099c9c38 /media-sound
parentEbuild cleanups. (Manifest recommit) (diff)
downloadgentoo-2-7e1748f79cdf79f4c6db1a934ae2a1c04fb2fc66.tar.gz
gentoo-2-7e1748f79cdf79f4c6db1a934ae2a1c04fb2fc66.tar.bz2
gentoo-2-7e1748f79cdf79f4c6db1a934ae2a1c04fb2fc66.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..2ce23f6d9a1f 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 0287ed0f562c2521e8f8fa6e4631f959 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 () {