diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-02-17 19:32:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-02-17 19:32:49 +0000 |
commit | 803144b73c25685f60c43980fbe2d8d71da3b68b (patch) | |
tree | 417de733fa0309147d584a7cea02924a065ff1be | |
parent | Include upstream patch for newer libav support wrt #501524 by Renato Gallo (diff) | |
download | gentoo-2-803144b73c25685f60c43980fbe2d8d71da3b68b.tar.gz gentoo-2-803144b73c25685f60c43980fbe2d8d71da3b68b.tar.bz2 gentoo-2-803144b73c25685f60c43980fbe2d8d71da3b68b.zip |
Enable USE=spell by default as it does not require dependencies and adds <10k to build size.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
-rw-r--r-- | app-editors/nano/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/nano/nano-2.3.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index f82f641da772..6b42f302008a 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/nano # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.304 2014/01/18 03:06:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.305 2014/02/17 19:32:49 vapier Exp $ + + 17 Feb 2014; Mike Frysinger <vapier@gentoo.org> nano-2.3.2-r1.ebuild: + Enable USE=spell by default as it does not require dependencies and adds <10k + to build size. 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> nano-2.3.2-r1.ebuild, nano-2.3.2.ebuild: diff --git a/app-editors/nano/nano-2.3.2-r1.ebuild b/app-editors/nano/nano-2.3.2-r1.ebuild index e5994a486824..3c085c1787f5 100644 --- a/app-editors/nano/nano-2.3.2-r1.ebuild +++ b/app-editors/nano/nano-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.2-r1.ebuild,v 1.2 2014/01/18 03:06:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.2-r1.ebuild,v 1.3 2014/02/17 19:32:49 vapier Exp $ EAPI="4" @@ -19,7 +19,7 @@ HOMEPAGE="http://www.nano-editor.org/ http://www.gentoo.org/doc/en/nano-basics-g LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="debug justify +magic minimal ncurses nls slang spell unicode" +IUSE="debug justify +magic minimal ncurses nls slang +spell unicode" RDEPEND=">=sys-libs/ncurses-5.9-r1[unicode?] magic? ( sys-apps/file ) |