summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Anderson <tanderson@gentoo.org>2009-05-09 02:08:00 +0000
committerThomas Anderson <tanderson@gentoo.org>2009-05-09 02:08:00 +0000
commit8ce453e8fe9cb3e1c3452ff2ff3618eb04970c87 (patch)
tree85b915dbe70118e56b2c0e9807441deaee15c2c1 /media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild
parentAdd ${PN} to $S for bug #268328 (diff)
downloadhistorical-8ce453e8fe9cb3e1c3452ff2ff3618eb04970c87.tar.gz
historical-8ce453e8fe9cb3e1c3452ff2ff3618eb04970c87.tar.bz2
historical-8ce453e8fe9cb3e1c3452ff2ff3618eb04970c87.zip
Fix typo, thanks to Pacho Ramos in bug 265156
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild')
-rw-r--r--media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild
index 15eb7ed123a3..2dd8e29607e5 100644
--- a/media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild
+++ b/media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild,v 1.6 2008/11/15 18:42:10 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild,v 1.7 2009/05/09 02:08:00 gentoofan23 Exp $
inherit eutils
@@ -21,11 +21,11 @@ src_unpack() {
}
src_compile() {
- econf --enable-threads || die "configure failed"
+ econf --enable-threads
emake || die "compile problem."
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangLog NEWS README TODO
+ dodoc AUTHORS ChangeLog NEWS README TODO
}