diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-14 17:22:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-14 17:22:20 +0000 |
commit | 8d2d562fddb18c8b421d44bb1cf655eb5379ce85 (patch) | |
tree | c146fbabc874f3e401917c8944f5958ce7ab889b /app-editors | |
parent | final cleaning...yeesh (diff) | |
download | gentoo-2-8d2d562fddb18c8b421d44bb1cf655eb5379ce85.tar.gz gentoo-2-8d2d562fddb18c8b421d44bb1cf655eb5379ce85.tar.bz2 gentoo-2-8d2d562fddb18c8b421d44bb1cf655eb5379ce85.zip |
add USE=unicode support #92608
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-1.3.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-editors/nano/nano-1.3.7.ebuild b/app-editors/nano/nano-1.3.7.ebuild index 3e41789b7445..214a2ba0f21f 100644 --- a/app-editors/nano/nano-1.3.7.ebuild +++ b/app-editors/nano/nano-1.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.7.ebuild,v 1.1 2005/04/14 03:24:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.7.ebuild,v 1.2 2005/05/14 17:22:20 vapier Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.nano-editor.org/dist/v1.3/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~x86" -IUSE="nls build spell justify debug slang ncurses nomac" +IUSE="nls build spell justify debug slang ncurses nomac unicode" DEPEND=">=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext ) @@ -41,6 +41,7 @@ src_compile() { $(use_enable justify) \ $(use_enable debug) \ $(use_enable nls) \ + $(use_enable unicode utf8) \ ${myconf} \ || die "configure failed" emake || die |