From 2ea867b6bfa846658ce115ef63a99d9121d5183c Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Fri, 13 Jan 2017 11:35:50 +0100 Subject: app-shells/fish: ebuild cleanup. Added an elog message about cut'n'paste issues that can be compensated by installing x11-misc/xsel. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- app-shells/fish/fish-2.4.0-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app-shells/fish') diff --git a/app-shells/fish/fish-2.4.0-r1.ebuild b/app-shells/fish/fish-2.4.0-r1.ebuild index ef2dbfecf4ba..0d2402bcd745 100644 --- a/app-shells/fish/fish-2.4.0-r1.ebuild +++ b/app-shells/fish/fish-2.4.0-r1.ebuild @@ -4,8 +4,6 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) - DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://fishshell.com/" SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.gz" @@ -13,7 +11,7 @@ SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="X" +IUSE="" RDEPEND=" >=dev-libs/libpcre2-10.21[pcre32] @@ -72,5 +70,8 @@ pkg_postinst() { elog " dev-python/backports-lzma" elog " >=dev-lang/python-3.3" elog + elog "If you have issues with cut'n'paste in X-terminals, install the" + elog "x11-misc/xsel package." + elog elog "Have fun!" } -- cgit v1.2.3