diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-27 07:56:24 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-27 07:56:24 +0000 |
commit | d2e1e0ee9dbc8e302ca81a8d85f45274e2ed63a3 (patch) | |
tree | 002cd0ba320d7173a2cf0baf01edd0388cbb22aa /app-misc/mc | |
parent | fix HOMEPAGE; use emake; install into /usr/bin; use newman (Manifest recommit) (diff) | |
download | gentoo-2-d2e1e0ee9dbc8e302ca81a8d85f45274e2ed63a3.tar.gz gentoo-2-d2e1e0ee9dbc8e302ca81a8d85f45274e2ed63a3.tar.bz2 gentoo-2-d2e1e0ee9dbc8e302ca81a8d85f45274e2ed63a3.zip |
only apply unicode patch if use slang is given as wel
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/ChangeLog | 3 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.0-r11.ebuild | 6 |
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() { |