diff options
Diffstat (limited to 'dev-db/pgxnclient')
-rw-r--r-- | dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-db/pgxnclient/pgxnclient-1.2.1.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild b/dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild index 77102652e494..679315dda916 100644 --- a/dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild +++ b/dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE="BSD" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-db/postgresql-9.1[server]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild index b5aa655a650d..00235521e841 100644 --- a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild +++ b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE="BSD" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-db/postgresql-9.1[server]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |