summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-01-13 11:35:50 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-01-13 11:36:04 +0100
commit2ea867b6bfa846658ce115ef63a99d9121d5183c (patch)
treed0c72e8fb8f464ed3cdcc56fc247e238520c78ea /app-shells/fish
parentnet-p2p/syncthing: remove unused patch and init/conf files. (diff)
downloadgentoo-2ea867b6bfa846658ce115ef63a99d9121d5183c.tar.gz
gentoo-2ea867b6bfa846658ce115ef63a99d9121d5183c.tar.bz2
gentoo-2ea867b6bfa846658ce115ef63a99d9121d5183c.zip
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
Diffstat (limited to 'app-shells/fish')
-rw-r--r--app-shells/fish/fish-2.4.0-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
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!"
}