summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-04-02 11:15:03 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-04-02 11:15:03 +0000
commit8af7db80d1fc4e1522a678fcb6d455382e6b1a3e (patch)
tree300a22a30cd3d3e726aa7f412dca4cc98fe3c6d3 /media-libs/libquicktime
parentFix crash at startup, bug #58289 . gcc-4.1 compiling, bug #120747 (diff)
downloadgentoo-2-8af7db80d1fc4e1522a678fcb6d455382e6b1a3e.tar.gz
gentoo-2-8af7db80d1fc4e1522a678fcb6d455382e6b1a3e.tar.bz2
gentoo-2-8af7db80d1fc4e1522a678fcb6d455382e6b1a3e.zip
Typo fix, bug #116929
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'media-libs/libquicktime')
-rw-r--r--media-libs/libquicktime/ChangeLog6
-rw-r--r--media-libs/libquicktime/libquicktime-0.9.7-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/libquicktime/ChangeLog b/media-libs/libquicktime/ChangeLog
index 1d890bb05c7d..3f94649bee68 100644
--- a/media-libs/libquicktime/ChangeLog
+++ b/media-libs/libquicktime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libquicktime
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.51 2006/02/18 22:52:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.52 2006/04/02 11:15:03 lu_zero Exp $
+
+ 02 Apr 2006; Luca Barbato <lu_zero@gentoo.org>
+ libquicktime-0.9.7-r1.ebuild:
+ Typo fix, bug #116929, thank you Chris Smith
18 Feb 2006; Aron Griffis <agriffis@gentoo.org>
libquicktime-0.9.7-r1.ebuild:
diff --git a/media-libs/libquicktime/libquicktime-0.9.7-r1.ebuild b/media-libs/libquicktime/libquicktime-0.9.7-r1.ebuild
index 21222d43d6d4..f6ec279e186a 100644
--- a/media-libs/libquicktime/libquicktime-0.9.7-r1.ebuild
+++ b/media-libs/libquicktime/libquicktime-0.9.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.7-r1.ebuild,v 1.8 2006/02/18 22:52:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.7-r1.ebuild,v 1.9 2006/04/02 11:15:03 lu_zero Exp $
inherit libtool eutils autotools
@@ -75,8 +75,8 @@ src_install() {
pkg_preinst() {
if [[ -d /usr/include/quicktime && ! -L /usr/include/quicktime ]]; then
einfo "For compatibility with other quicktime libraries, ${PN} was"
- einfo "going to create a /usr/lib/quicktime symlink, but for some,"
- einfo "on your system, that is a directory."
+ einfo "going to create a /usr/include/quicktime symlink, but for some"
+ einfo "reason that is a directory on your system."
einfo "Please check that is empty, and remove it, or submit a bug"
einfo "telling us which package owns the directory."
die "/usr/include/quicktime is a directory."