diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bashdb/bashdb-4.4.1.0.1.ebuild | 1 | ||||
-rw-r--r-- | app-shells/bashdb/bashdb-5.0.1.1.0.ebuild | 1 | ||||
-rw-r--r-- | app-shells/fish/fish-2.7.1.ebuild | 1 | ||||
-rw-r--r-- | app-shells/fish/fish-3.0.2.ebuild | 1 | ||||
-rw-r--r-- | app-shells/fish/fish-9999.ebuild | 3 | ||||
-rw-r--r-- | app-shells/fzy/fzy-1.0.ebuild | 1 | ||||
-rw-r--r-- | app-shells/fzy/fzy-9999.ebuild | 1 | ||||
-rw-r--r-- | app-shells/mksh/mksh-57-r1.ebuild | 1 | ||||
-rw-r--r-- | app-shells/pdsh/pdsh-2.26-r1.ebuild | 3 | ||||
-rw-r--r-- | app-shells/powerline/powerline-2.7.ebuild | 1 | ||||
-rw-r--r-- | app-shells/powerline/powerline-9999.ebuild | 1 | ||||
-rw-r--r-- | app-shells/thefuck/thefuck-3.27.ebuild | 1 | ||||
-rw-r--r-- | app-shells/thefuck/thefuck-3.28.ebuild | 1 | ||||
-rw-r--r-- | app-shells/yash/yash-2.48.ebuild | 1 | ||||
-rw-r--r-- | app-shells/yash/yash-2.49.ebuild | 1 |
15 files changed, 17 insertions, 2 deletions
diff --git a/app-shells/bashdb/bashdb-4.4.1.0.1.ebuild b/app-shells/bashdb/bashdb-4.4.1.0.1.ebuild index 2a5f481e651b..c9cb3cee1324 100644 --- a/app-shells/bashdb/bashdb-4.4.1.0.1.ebuild +++ b/app-shells/bashdb/bashdb-4.4.1.0.1.ebuild @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))" diff --git a/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild b/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild index d83f4069ad11..0448dc38e718 100644 --- a/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild +++ b/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))" diff --git a/app-shells/fish/fish-2.7.1.ebuild b/app-shells/fish/fish-2.7.1.ebuild index b5c48166ee18..9b7755d9b03e 100644 --- a/app-shells/fish/fish-2.7.1.ebuild +++ b/app-shells/fish/fish-2.7.1.ebuild @@ -15,6 +15,7 @@ SLOT="0" [[ "${PV}" = *_* ]] || \ KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="nls test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/libpcre2-10.21[pcre32] diff --git a/app-shells/fish/fish-3.0.2.ebuild b/app-shells/fish/fish-3.0.2.ebuild index 047dd2c59a77..540ec26c1feb 100644 --- a/app-shells/fish/fish-3.0.2.ebuild +++ b/app-shells/fish/fish-3.0.2.ebuild @@ -23,6 +23,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="doc nls test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/libpcre2-10.21[pcre32] diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild index 3e54844e456b..cf5816108b09 100644 --- a/app-shells/fish/fish-9999.ebuild +++ b/app-shells/fish/fish-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="doc nls test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/libpcre2-10.32[pcre32] diff --git a/app-shells/fzy/fzy-1.0.ebuild b/app-shells/fzy/fzy-1.0.ebuild index 29f85a6e78c9..38f54c0bf9d7 100644 --- a/app-shells/fzy/fzy-1.0.ebuild +++ b/app-shells/fzy/fzy-1.0.ebuild @@ -19,6 +19,7 @@ HOMEPAGE="https://github.com/jhawthorn/fzy" LICENSE="MIT" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}"/fzy-0.9-cflags.patch ) diff --git a/app-shells/fzy/fzy-9999.ebuild b/app-shells/fzy/fzy-9999.ebuild index a3c83e613fea..8fb7bb35ba12 100644 --- a/app-shells/fzy/fzy-9999.ebuild +++ b/app-shells/fzy/fzy-9999.ebuild @@ -19,6 +19,7 @@ HOMEPAGE="https://github.com/jhawthorn/fzy" LICENSE="MIT" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}"/fzy-0.9-cflags.patch ) diff --git a/app-shells/mksh/mksh-57-r1.ebuild b/app-shells/mksh/mksh-57-r1.ebuild index 3aa638fe2453..ba0d160f76a5 100644 --- a/app-shells/mksh/mksh-57-r1.ebuild +++ b/app-shells/mksh/mksh-57-r1.ebuild @@ -22,6 +22,7 @@ HOMEPAGE="http://mirbsd.de/mksh" LICENSE="BSD" SLOT="0" IUSE="static test" +RESTRICT="!test? ( test )" RDEPEND="static? ( dev-libs/klibc )" DEPEND=" ${RDEPEND} diff --git a/app-shells/pdsh/pdsh-2.26-r1.ebuild b/app-shells/pdsh/pdsh-2.26-r1.ebuild index cd2b214c3640..095ad29902e1 100644 --- a/app-shells/pdsh/pdsh-2.26-r1.ebuild +++ b/app-shells/pdsh/pdsh-2.26-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="crypt readline rsh static-libs test" +RESTRICT="!test? ( test )" RDEPEND=" crypt? ( net-misc/openssh ) diff --git a/app-shells/powerline/powerline-2.7.ebuild b/app-shells/powerline/powerline-2.7.ebuild index 79ff69b517e6..3e81968af2ac 100644 --- a/app-shells/powerline/powerline-2.7.ebuild +++ b/app-shells/powerline/powerline-2.7.ebuild @@ -21,6 +21,7 @@ S="${WORKDIR}/${PN}-status-${PV}" LICENSE="Apache-2.0" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild index 79ff69b517e6..3e81968af2ac 100644 --- a/app-shells/powerline/powerline-9999.ebuild +++ b/app-shells/powerline/powerline-9999.ebuild @@ -21,6 +21,7 @@ S="${WORKDIR}/${PN}-status-${PV}" LICENSE="Apache-2.0" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" diff --git a/app-shells/thefuck/thefuck-3.27.ebuild b/app-shells/thefuck/thefuck-3.27.ebuild index ae01c0b9ebf2..75bf36f757e7 100644 --- a/app-shells/thefuck/thefuck-3.27.ebuild +++ b/app-shells/thefuck/thefuck-3.27.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] diff --git a/app-shells/thefuck/thefuck-3.28.ebuild b/app-shells/thefuck/thefuck-3.28.ebuild index 9eec68162d9b..858e81a6697d 100644 --- a/app-shells/thefuck/thefuck-3.28.ebuild +++ b/app-shells/thefuck/thefuck-3.28.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] diff --git a/app-shells/yash/yash-2.48.ebuild b/app-shells/yash/yash-2.48.ebuild index 1b5d2260d0db..39eaefe2728f 100644 --- a/app-shells/yash/yash-2.48.ebuild +++ b/app-shells/yash/yash-2.48.ebuild @@ -14,6 +14,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="nls test" +RESTRICT="!test? ( test )" RDEPEND="sys-libs/ncurses:= nls? ( virtual/libintl )" diff --git a/app-shells/yash/yash-2.49.ebuild b/app-shells/yash/yash-2.49.ebuild index 2a5af19fe466..bb1d804ac188 100644 --- a/app-shells/yash/yash-2.49.ebuild +++ b/app-shells/yash/yash-2.49.ebuild @@ -14,6 +14,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls test" +RESTRICT="!test? ( test )" RDEPEND="sys-libs/ncurses:= nls? ( virtual/libintl )" |