projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36dd04e
)
dev-db/pgcli: Remove Python 2
author
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 05:40:54 +0000
(06:40 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 06:04:50 +0000
(07:04 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-db/pgcli/pgcli-2.0.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-db/pgcli/pgcli-2.0.2.ebuild
b/dev-db/pgcli/pgcli-2.0.2.ebuild
index 3e2a37d160bdd45b8fe7252d15868569927b278b..efae77fb995d5597fa56b492057fb5f7b41d4c7e 100644
(file)
--- a/
dev-db/pgcli/pgcli-2.0.2.ebuild
+++ b/
dev-db/pgcli/pgcli-2.0.2.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python
{2_7,3_6}
)
+PYTHON_COMPAT=( python
3_6
)
inherit distutils-r1
DESCRIPTION="CLI for Postgres with auto-completion and syntax highlighting"