diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-05-14 23:39:25 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-05-14 23:39:25 +0900 |
commit | d63e6713d17c3a3a60c9094c5b1447ee18e1f2f0 (patch) | |
tree | 4298b47a438a085383f699be04cc6c569b99a30d /app-editors/shed | |
parent | app-i18n/ibus-anthy: fix BDEPEND (diff) | |
download | gentoo-d63e6713d17c3a3a60c9094c5b1447ee18e1f2f0.tar.gz gentoo-d63e6713d17c3a3a60c9094c5b1447ee18e1f2f0.tar.bz2 gentoo-d63e6713d17c3a3a60c9094c5b1447ee18e1f2f0.zip |
app-editors/shed: add missing dependency
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-editors/shed')
-rw-r--r-- | app-editors/shed/shed-1.15.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/shed/shed-1.15.ebuild b/app-editors/shed/shed-1.15.ebuild index 7918554f3ecd..8609122c355e 100644 --- a/app-editors/shed/shed-1.15.ebuild +++ b/app-editors/shed/shed-1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND="sys-libs/ncurses:0=" +DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" PATCHES=( |