diff options
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/keystone-14.1.0-r1.ebuild | 1 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-15.0.0.ebuild | 1 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-16.0.0.ebuild | 1 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2018.2.9999.ebuild | 1 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2019.1.9999.ebuild | 1 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2019.2.9999.ebuild | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/sys-auth/keystone/keystone-14.1.0-r1.ebuild b/sys-auth/keystone/keystone-14.1.0-r1.ebuild index 90bcda615c90..c3b08efde1bf 100644 --- a/sys-auth/keystone/keystone-14.1.0-r1.ebuild +++ b/sys-auth/keystone/keystone-14.1.0-r1.ebuild @@ -24,6 +24,7 @@ fi LICENSE="Apache-2.0" SLOT="0" IUSE="+sqlite ldap memcached mongo mysql postgres test" +RESTRICT="!test? ( test )" REQUIRED_USE="|| ( mysql postgres sqlite )" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] diff --git a/sys-auth/keystone/keystone-15.0.0.ebuild b/sys-auth/keystone/keystone-15.0.0.ebuild index 20b6563cf0f8..c8e8e9254931 100644 --- a/sys-auth/keystone/keystone-15.0.0.ebuild +++ b/sys-auth/keystone/keystone-15.0.0.ebuild @@ -24,6 +24,7 @@ fi LICENSE="Apache-2.0" SLOT="0" IUSE="+sqlite ldap memcached mongo mysql postgres test" +RESTRICT="!test? ( test )" REQUIRED_USE="|| ( mysql postgres sqlite )" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] diff --git a/sys-auth/keystone/keystone-16.0.0.ebuild b/sys-auth/keystone/keystone-16.0.0.ebuild index 0faa948d08ee..56e6a6a487a0 100644 --- a/sys-auth/keystone/keystone-16.0.0.ebuild +++ b/sys-auth/keystone/keystone-16.0.0.ebuild @@ -22,6 +22,7 @@ fi LICENSE="Apache-2.0" SLOT="0" IUSE="+sqlite ldap memcached mongo mysql postgres test" +RESTRICT="!test? ( test )" REQUIRED_USE="|| ( mysql postgres sqlite )" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] diff --git a/sys-auth/keystone/keystone-2018.2.9999.ebuild b/sys-auth/keystone/keystone-2018.2.9999.ebuild index 310ce876be82..f8dc6fe7f83f 100644 --- a/sys-auth/keystone/keystone-2018.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2018.2.9999.ebuild @@ -24,6 +24,7 @@ fi LICENSE="Apache-2.0" SLOT="0" IUSE="+sqlite ldap memcached mongo mysql postgres test" +RESTRICT="!test? ( test )" REQUIRED_USE="|| ( mysql postgres sqlite )" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] diff --git a/sys-auth/keystone/keystone-2019.1.9999.ebuild b/sys-auth/keystone/keystone-2019.1.9999.ebuild index a553b77a52c0..91c67d50268d 100644 --- a/sys-auth/keystone/keystone-2019.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2019.1.9999.ebuild @@ -24,6 +24,7 @@ fi LICENSE="Apache-2.0" SLOT="0" IUSE="+sqlite ldap memcached mongo mysql postgres test" +RESTRICT="!test? ( test )" REQUIRED_USE="|| ( mysql postgres sqlite )" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] diff --git a/sys-auth/keystone/keystone-2019.2.9999.ebuild b/sys-auth/keystone/keystone-2019.2.9999.ebuild index d46c5c4329c3..df89d7fcb7cc 100644 --- a/sys-auth/keystone/keystone-2019.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2019.2.9999.ebuild @@ -22,6 +22,7 @@ fi LICENSE="Apache-2.0" SLOT="0" IUSE="+sqlite ldap memcached mongo mysql postgres test" +RESTRICT="!test? ( test )" REQUIRED_USE="|| ( mysql postgres sqlite )" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] |