diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-09-19 19:37:48 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-09-19 19:37:48 +0000 |
commit | 42f256f36688d5c152c48298521022cc4ccaea9d (patch) | |
tree | 8b90bdf70edde2e4266bde27d165462e458d8efb /media-sound/apollo | |
parent | fixes for kde-dependant ebuilds. new kde-i18n ebuilds for kde 2.2.1 (diff) | |
download | historical-42f256f36688d5c152c48298521022cc4ccaea9d.tar.gz historical-42f256f36688d5c152c48298521022cc4ccaea9d.tar.bz2 historical-42f256f36688d5c152c48298521022cc4ccaea9d.zip |
fixes for kde-dependant ebuilds. new kde-i18n ebuilds for kde 2.2.1
Diffstat (limited to 'media-sound/apollo')
-rw-r--r-- | media-sound/apollo/apollo-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/apollo/apollo-1.1.1.ebuild b/media-sound/apollo/apollo-1.1.1.ebuild index e3c41a068b9c..ef27419cd4cc 100644 --- a/media-sound/apollo/apollo-1.1.1.ebuild +++ b/media-sound/apollo/apollo-1.1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.1.1.ebuild,v 1.1 2001/09/15 23:06:03 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.1.1.ebuild,v 1.2 2001/09/19 19:37:48 danarmak Exp $ S=${WORKDIR}/${P}-1 @@ -26,7 +26,7 @@ src_unpack() { src_compile() { - QTDIR=/usr/X11R6/lib/qt make + make || die } |