diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2016-10-17 23:41:53 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2016-10-17 23:41:53 -0700 |
commit | efdcc07411a5b54a05d907560e0594e9fc82ced7 (patch) | |
tree | 21eea83af02d27d691b946cf1866ba6d9abbc01d | |
parent | app-shells/ctypes-sh: New package, foreign function interface for bash (diff) | |
download | gentoo-efdcc07411a5b54a05d907560e0594e9fc82ced7.tar.gz gentoo-efdcc07411a5b54a05d907560e0594e9fc82ced7.tar.bz2 gentoo-efdcc07411a5b54a05d907560e0594e9fc82ced7.zip |
app-shells/ctypes-sh: Minor dependency fixups to match actually linked deps
Package-Manager: portage-2.3.2
-rw-r--r-- | app-shells/ctypes-sh/ctypes-sh-1.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/ctypes-sh/ctypes-sh-1.1.ebuild b/app-shells/ctypes-sh/ctypes-sh-1.1.ebuild index 29a2fdc02c5f..e92f61e7b68d 100644 --- a/app-shells/ctypes-sh/ctypes-sh-1.1.ebuild +++ b/app-shells/ctypes-sh/ctypes-sh-1.1.ebuild @@ -15,9 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="virtual/libffi + virtual/libelf + app-arch/xz-utils + app-arch/bzip2 app-shells/bash[plugins]" DEPEND="${RDEPEND} - virtual/libelf virtual/pkgconfig" PATCHES=( |