diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 23:50:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 23:50:16 +0000 |
commit | 5b1d5488d2bf9fe1c90f856bfbfb9c537d0162e9 (patch) | |
tree | 62b4b377d3f10fc33ae8cb49dfe8ca6939b7e0b8 /kde-base/arts/arts-1.1.5.ebuild | |
parent | stable on ia64 (diff) | |
download | historical-5b1d5488d2bf9fe1c90f856bfbfb9c537d0162e9.tar.gz historical-5b1d5488d2bf9fe1c90f856bfbfb9c537d0162e9.tar.bz2 historical-5b1d5488d2bf9fe1c90f856bfbfb9c537d0162e9.zip |
Fix use invocation
Diffstat (limited to 'kde-base/arts/arts-1.1.5.ebuild')
-rw-r--r-- | kde-base/arts/arts-1.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/arts/arts-1.1.5.ebuild b/kde-base/arts/arts-1.1.5.ebuild index 948d24ffcb10..797e25bf03c0 100644 --- a/kde-base/arts/arts-1.1.5.ebuild +++ b/kde-base/arts/arts-1.1.5.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/kde-base/arts/arts-1.1.5.ebuild,v 1.5 2004/03/25 22:56:22 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.1.5.ebuild,v 1.6 2004/06/03 23:39:49 agriffis Exp $ inherit kde flag-o-matic IUSE="alsa oggvorbis artswrappersuid mad" @@ -71,7 +71,7 @@ CONFIG_PROTECT=${PREFIX}/share/config" > ${D}/etc/env.d/49kdepaths-3.1.5 # numbe pkg_postinst() { -if [ -z "`use artswrappersuid`" ]; then +if ! use artswrappersuid; then einfo "Run chmod +s ${PREFIX}/bin/artswrapper to let artsd use realtime priority" einfo "and so avoid possible skips in sound. However, on untrusted systems this" einfo "creates the possibility of a DoS attack that'll use 100% cpu at realtime" |