summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-08 01:26:20 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-08 01:26:20 +0000
commit4564b542d3e48713838de2031be73444ef4a3ed1 (patch)
tree88af04f26ec5c78e9146065077ca5231d5ed3cd9 /media-sound/mp3info
parentremoved default src_compile. awaiting bug reports on parallel install (diff)
downloadhistorical-4564b542d3e48713838de2031be73444ef4a3ed1.tar.gz
historical-4564b542d3e48713838de2031be73444ef4a3ed1.tar.bz2
historical-4564b542d3e48713838de2031be73444ef4a3ed1.zip
Fix use invocation
Diffstat (limited to 'media-sound/mp3info')
-rw-r--r--media-sound/mp3info/ChangeLog5
-rw-r--r--media-sound/mp3info/mp3info-0.8.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/mp3info/ChangeLog b/media-sound/mp3info/ChangeLog
index 0a9be1969173..9bd3f42e02c3 100644
--- a/media-sound/mp3info/ChangeLog
+++ b/media-sound/mp3info/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mp3info
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3info/ChangeLog,v 1.8 2004/04/20 16:51:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3info/ChangeLog,v 1.9 2004/06/08 01:22:52 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> mp3info-0.8.4-r1.ebuild:
+ Fix use invocation
20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
mp3info-0.8.4-r1.ebuild:
diff --git a/media-sound/mp3info/mp3info-0.8.4-r1.ebuild b/media-sound/mp3info/mp3info-0.8.4-r1.ebuild
index ac7c32ddc9d6..d8efbebfc60d 100644
--- a/media-sound/mp3info/mp3info-0.8.4-r1.ebuild
+++ b/media-sound/mp3info/mp3info-0.8.4-r1.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/mp3info/mp3info-0.8.4-r1.ebuild,v 1.15 2004/04/20 16:51:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3info/mp3info-0.8.4-r1.ebuild,v 1.16 2004/06/08 01:22:52 agriffis Exp $
inherit eutils
@@ -26,7 +26,7 @@ src_unpack() {
src_compile() {
emake mp3info || die
- if [ `use gtk` ]; then
+ if use gtk; then
emake gmp3info || die "gtk mp3info failed"
fi
}