app-shells/fish: ebuild cleanup.
authorLars Wendler <polynomial-c@gentoo.org>
Fri, 13 Jan 2017 10:35:50 +0000 (11:35 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 13 Jan 2017 10:36:04 +0000 (11:36 +0100)
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

index ef2dbfecf4ba4dfdfe5a90336f28d06dbc19de6f..0d2402bcd745a9bee0232ef658daf1f2dceb6735 100644 (file)
@@ -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!"
 }