diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-08 01:46:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-08 01:46:14 +0000 |
commit | 6420e05b4c22d4f0cd2d1e10051b12abfa1e82b2 (patch) | |
tree | b79debe1a69e858cfea51f06d78e656d1ca1e8a2 /media-sound/orpheus/orpheus-1.5.ebuild | |
parent | Fix #30849 and clean up the ebuild in general (Manifest recommit) (diff) | |
download | gentoo-2-6420e05b4c22d4f0cd2d1e10051b12abfa1e82b2.tar.gz gentoo-2-6420e05b4c22d4f0cd2d1e10051b12abfa1e82b2.tar.bz2 gentoo-2-6420e05b4c22d4f0cd2d1e10051b12abfa1e82b2.zip |
Fix use invocation
Diffstat (limited to 'media-sound/orpheus/orpheus-1.5.ebuild')
-rw-r--r-- | media-sound/orpheus/orpheus-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/orpheus/orpheus-1.5.ebuild b/media-sound/orpheus/orpheus-1.5.ebuild index 1807e2efe861..6c3c39648d9a 100644 --- a/media-sound/orpheus/orpheus-1.5.ebuild +++ b/media-sound/orpheus/orpheus-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/media-sound/orpheus/orpheus-1.5.ebuild,v 1.2 2004/05/06 16:34:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/orpheus-1.5.ebuild,v 1.3 2004/06/08 01:41:55 agriffis Exp $ DESCRIPTION="Command line MP3 player." HOMEPAGE="http://konst.org.ua/en/orpheus" @@ -21,7 +21,7 @@ DEPEND=">=sys-libs/ncurses-5.2 src_unpack() { unpack ${A} - #if [ "`use nas`" ]; then + #if use nas; then # cd src # sed -e "s:^INCLUDES =:INCLUDES = -I/usr/X11R6/include:" \ # -e "s:^splay_LDADD =:splay_LDADD = \$(NAS_LIBS):" \ |