diff options
author | Mikhail Pukhlikov <cynede@gentoo.org> | 2019-08-05 10:27:56 +0400 |
---|---|---|
committer | Mikhail Pukhlikov <cynede@gentoo.org> | 2019-08-05 13:50:03 +0400 |
commit | fa46df078983063293d0170fd83e25466bb8a131 (patch) | |
tree | 52c6c5ff2251b37aaa09cd3b1d8714586cf8ff77 /app-editors/atom | |
parent | dev-libs/libpqxx: Remove 6.0.0 (diff) | |
download | gentoo-fa46df078983063293d0170fd83e25466bb8a131.tar.gz gentoo-fa46df078983063293d0170fd83e25466bb8a131.tar.bz2 gentoo-fa46df078983063293d0170fd83e25466bb8a131.zip |
app-editors/atom: add missing python RDEPEND
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
Diffstat (limited to 'app-editors/atom')
-rw-r--r-- | app-editors/atom/atom-1.32.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/atom/atom-1.32.1.ebuild b/app-editors/atom/atom-1.32.1.ebuild index cffe7192d2ed..cb97004c983d 100644 --- a/app-editors/atom/atom-1.32.1.ebuild +++ b/app-editors/atom/atom-1.32.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # NOTE: this ebuild has been generated by atom-ebuild-gen.py from the @@ -141,6 +141,7 @@ RDEPEND=" >=dev-util/electron-${ELECTRON_V}:${ELECTRON_SLOT} dev-vcs/git !sys-apps/apmd + ${PYTHON_DEPS} " S="${WORKDIR}/${PN}-${MY_PV}" |