diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-01-27 04:20:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-01-27 04:20:21 +0000 |
commit | b2b57a7e5f5e541012ed904ceefe70bdb93edcb6 (patch) | |
tree | 983ce4070dcd5eb8ba2c3e041e1848d5a10927ec /dev-vcs | |
parent | add ca cert support (diff) | |
download | gentoo-2-b2b57a7e5f5e541012ed904ceefe70bdb93edcb6.tar.gz gentoo-2-b2b57a7e5f5e541012ed904ceefe70bdb93edcb6.tar.bz2 gentoo-2-b2b57a7e5f5e541012ed904ceefe70bdb93edcb6.zip |
add missing test to IUSE
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-1.7.9_rc2.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/git/git-1.7.9_rc2.ebuild b/dev-vcs/git/git-1.7.9_rc2.ebuild index 6ec229ec1431..f83fd69afd4f 100644 --- a/dev-vcs/git/git-1.7.9_rc2.ebuild +++ b/dev-vcs/git/git-1.7.9_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v 1.2 2012/01/21 21:54:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v 1.3 2012/01/27 04:20:21 mr_bones_ Exp $ EAPI=4 @@ -41,7 +41,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="+blksha1 +curl cgi doc emacs gtk iconv +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion" +IUSE="+blksha1 +curl cgi doc emacs gtk iconv +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test" # Common to both DEPEND and RDEPEND CDEPEND=" diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 6af028492e41..8fac107c4bff 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.28 2012/01/21 21:54:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.29 2012/01/27 04:20:21 mr_bones_ Exp $ EAPI=4 @@ -40,7 +40,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="+blksha1 +curl cgi doc emacs gtk iconv +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion" +IUSE="+blksha1 +curl cgi doc emacs gtk iconv +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test" # Common to both DEPEND and RDEPEND CDEPEND=" |