From: Jeroen Roovers Date: Fri, 14 Aug 2015 11:43:15 +0000 (+0200) Subject: Set RDEPEND on <=sys-libs/ncurses-6.0 and do not install terminfo (bug #557454). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc8361ad276a7c6a7e2e1205b557de120fb2b248;p=gentoo.git Set RDEPEND on <=sys-libs/ncurses-6.0 and do not install terminfo (bug #557454). Package-Manager: portage-2.2.20.1 --- diff --git a/x11-terms/st/st-0.6-r1.ebuild b/x11-terms/st/st-0.6-r1.ebuild new file mode 100644 index 000000000000..e0e54e1689a9 --- /dev/null +++ b/x11-terms/st/st-0.6-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils multilib savedconfig toolchain-funcs + +DESCRIPTION="simple terminal implementation for X" +HOMEPAGE="http://st.suckless.org/" +SRC_URI="http://dl.suckless.org/st/${P}.tar.gz" + +LICENSE="MIT-with-advertising" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE="savedconfig" + +RDEPEND=" + !