projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15906ff
)
app-editors/atom: add missing python RDEPEND
author
Mikhail Pukhlikov
<cynede@gentoo.org>
Mon, 5 Aug 2019 06:27:56 +0000
(10:27 +0400)
committer
Mikhail Pukhlikov
<cynede@gentoo.org>
Mon, 5 Aug 2019 09:50:03 +0000
(13:50 +0400)
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
app-editors/atom/atom-1.32.1.ebuild
patch
|
blob
|
history
diff --git
a/app-editors/atom/atom-1.32.1.ebuild
b/app-editors/atom/atom-1.32.1.ebuild
index cffe7192d2edc3cb764b8dc3e2b25c06900f5e6c..cb97004c983da398a2c3ca3c7307ed02eaaee837 100644
(file)
--- a/
app-editors/atom/atom-1.32.1.ebuild
+++ b/
app-editors/atom/atom-1.32.1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
8
Gentoo Authors
+# Copyright 1999-201
9
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}"