summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-09-27 07:56:24 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-09-27 07:56:24 +0000
commit07897872e409694fa15eec12a57329aa3f022fd8 (patch)
treee8f272ade5b10823d01339a23e3b7ae894cdbb1a /app-misc/mc
parentfix HOMEPAGE; use emake; install into /usr/bin; use newman (diff)
downloadhistorical-07897872e409694fa15eec12a57329aa3f022fd8.tar.gz
historical-07897872e409694fa15eec12a57329aa3f022fd8.tar.bz2
historical-07897872e409694fa15eec12a57329aa3f022fd8.zip
only apply unicode patch if use slang is given as wel
Diffstat (limited to 'app-misc/mc')
-rw-r--r--app-misc/mc/ChangeLog3
-rw-r--r--app-misc/mc/mc-4.6.0-r11.ebuild6
2 files changed, 7 insertions, 2 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog
index 9264ac9bd85f..64cb0ace74f3 100644
--- a/app-misc/mc/ChangeLog
+++ b/app-misc/mc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/mc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
+ 27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r11.ebuild:
+ only apply unicode patch if use slang is given as well, bug #65341
+
25 Sep 2004; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r11.ebuild:
work with newer samba versions, bug #61869
diff --git a/app-misc/mc/mc-4.6.0-r11.ebuild b/app-misc/mc/mc-4.6.0-r11.ebuild
index 3c47414eefbf..966c86970074 100644
--- a/app-misc/mc/mc-4.6.0-r11.ebuild
+++ b/app-misc/mc/mc-4.6.0-r11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.7 2004/09/25 17:04:36 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.8 2004/09/27 07:56:24 lanius Exp $
inherit flag-o-matic eutils
@@ -39,7 +39,9 @@ src_unpack() {
epatch ${FILESDIR}/${P}-ftp.patch
epatch ${FILESDIR}/${P}-largefile.patch
- use unicode && epatch ${FILESDIR}/${P}-utf8.patch.bz2
+ if use unicode && use slang; then
+ epatch ${FILESDIR}/${P}-utf8.patch.bz2
+ fi
}
src_compile() {