diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-05-14 00:17:58 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-05-14 00:17:58 +0000 |
commit | 69365572c3b8b4c9ddce6546646eba072732e028 (patch) | |
tree | 752b7f2775206351f28892100e865638492eb10d /dev-vcs/cvs/cvs-1.12.12-r8.ebuild | |
parent | Cosmetic touch ups (diff) | |
download | historical-69365572c3b8b4c9ddce6546646eba072732e028.tar.gz historical-69365572c3b8b4c9ddce6546646eba072732e028.tar.bz2 historical-69365572c3b8b4c9ddce6546646eba072732e028.zip |
Convert "has test $FEATURES" to "use test", and replace old src_test blocking with RESTRICT=test.
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Diffstat (limited to 'dev-vcs/cvs/cvs-1.12.12-r8.ebuild')
-rw-r--r-- | dev-vcs/cvs/cvs-1.12.12-r8.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-vcs/cvs/cvs-1.12.12-r8.ebuild b/dev-vcs/cvs/cvs-1.12.12-r8.ebuild index a50615525b9f..cfb11c7c7588 100644 --- a/dev-vcs/cvs/cvs-1.12.12-r8.ebuild +++ b/dev-vcs/cvs/cvs-1.12.12-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r8.ebuild,v 1.4 2014/05/13 19:26:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r8.ebuild,v 1.5 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -19,6 +19,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt doc kerberos nls pam server" +RESTRICT='test' DEPEND=">=sys-libs/zlib-1.1.4 kerberos? ( virtual/krb5 ) @@ -81,7 +82,3 @@ src_install() { newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs } - -src_test() { - einfo "FEATURES=\"test\" has been disabled for dev-vcs/cvs" -} |