summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-20 15:42:22 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-20 15:42:22 +0000
commite1d32c4feb58c9dc8cc0c93ff810310a33138fb0 (patch)
tree6dbd97e8081386d66075ccc1d93dfc7c91dceb0d /sys-libs/ncurses
parentFix building with GLIBC 2.10+ wrt #272705, thanks to Diego E. Pettenò and Vi... (diff)
downloadgentoo-2-e1d32c4feb58c9dc8cc0c93ff810310a33138fb0.tar.gz
gentoo-2-e1d32c4feb58c9dc8cc0c93ff810310a33138fb0.tar.bz2
gentoo-2-e1d32c4feb58c9dc8cc0c93ff810310a33138fb0.zip
make sure to enable cxx by default
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r--sys-libs/ncurses/ncurses-5.7-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/ncurses/ncurses-5.7-r1.ebuild b/sys-libs/ncurses/ncurses-5.7-r1.ebuild
index ec146f5c4f89..d2a8b225f0e2 100644
--- a/sys-libs/ncurses/ncurses-5.7-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-5.7-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.7-r1.ebuild,v 1.1 2009/06/20 13:22:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.7-r1.ebuild,v 1.2 2009/06/20 15:42:22 vapier Exp $
+EAPI="1"
inherit eutils flag-o-matic toolchain-funcs
MY_PV=${PV:0:3}
@@ -14,7 +15,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="5"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="ada cxx debug doc gpm minimal profile trace unicode"
+IUSE="ada +cxx debug doc gpm minimal profile trace unicode"
DEPEND="gpm? ( sys-libs/gpm )"
# berkdb? ( sys-libs/db )"