View | Details | Raw Unified
Collapse All | Expand All

(-) bc-1.06-r5.ebuild (-1 / +2 lines)
 Lines 11-17    Link Here 
LICENSE="GPL-2 LGPL-2.1"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa mips amd64 ia64 ppc64 s390"
KEYWORDS="x86 ppc sparc mips alpha arm hppa mips amd64 ia64 ppc64 s390"
IUSE="readline"
IUSE="readline static"
RDEPEND="readline? ( >=sys-libs/readline-4.1
RDEPEND="readline? ( >=sys-libs/readline-4.1
	>=sys-libs/ncurses-5.2 )"
	>=sys-libs/ncurses-5.2 )"
 Lines 51-56    Link Here 
		amd64) replace-flags -O? -O0;;
		amd64) replace-flags -O? -O0;;
	esac
	esac
	use static && append-ldflags -static && export LDFLAGS
	local myconf=""
	local myconf=""
	use readline && myconf="--with-readline"
	use readline && myconf="--with-readline"
	econf ${myconf} || die
	econf ${myconf} || die