diff options
| author | Aaron W. Swenson <titanofold@gentoo.org> | 2019-06-15 06:51:52 -0400 |
|---|---|---|
| committer | Aaron W. Swenson <titanofold@gentoo.org> | 2019-06-15 06:51:52 -0400 |
| commit | 08d973554ae3e4766e55581fd6980b5a1e2d2bb8 (patch) | |
| tree | aa810e8368b01979fd37719fd8d91c9eb90d1b1e /dev-python | |
| parent | 7a2c86a9a719b4e77f1a6d33faf9496e38322684 (diff) | |
| download | gentoo-08d973554ae3e4766e55581fd6980b5a1e2d2bb8.tar.gz gentoo-08d973554ae3e4766e55581fd6980b5a1e2d2bb8.tar.bz2 gentoo-08d973554ae3e4766e55581fd6980b5a1e2d2bb8.zip | |
dev-python/pygresql: Remove POSTGRES_COMPAT 9.3
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pygresql/pygresql-5.0.4.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pygresql/pygresql-5.0.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygresql/pygresql-5.0.4.ebuild b/dev-python/pygresql/pygresql-5.0.4.ebuild index f1e62372667e..7ee66e6f8b29 100644 --- a/dev-python/pygresql/pygresql-5.0.4.ebuild +++ b/dev-python/pygresql/pygresql-5.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -POSTGRES_COMPAT=( 9.{3..6} 10 ) +POSTGRES_COMPAT=( 9.{4..6} 10 ) PYTHON_COMPAT=( python2_7 python3_{5..6} ) inherit distutils-r1 postgres diff --git a/dev-python/pygresql/pygresql-5.0.6.ebuild b/dev-python/pygresql/pygresql-5.0.6.ebuild index 0027fca8c7ee..37b859644fbb 100644 --- a/dev-python/pygresql/pygresql-5.0.6.ebuild +++ b/dev-python/pygresql/pygresql-5.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -POSTGRES_COMPAT=( 9.{3..6} 10 ) +POSTGRES_COMPAT=( 9.{4..6} 10 ) PYTHON_COMPAT=( python2_7 python3_{5..7} ) inherit distutils-r1 postgres |
