diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-15 18:48:30 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-15 18:48:46 +0100 |
commit | df31eee1bd22fcd07110ba668eb8ecd7e3db0205 (patch) | |
tree | d0eedaab326294c0d1ef6a05cbc5f003368bcf35 /dev-libs/boehm-gc | |
parent | autotools-utils.eclass: Update @SUPPORTED_EAPIS (diff) | |
download | gentoo-df31eee1bd22fcd07110ba668eb8ecd7e3db0205.tar.gz gentoo-df31eee1bd22fcd07110ba668eb8ecd7e3db0205.tar.bz2 gentoo-df31eee1bd22fcd07110ba668eb8ecd7e3db0205.zip |
dev-libs/boehm-gc: add libatomic_ops to RDEPEND, bug #694458
Reported-by: Bernd
Closes: https://bugs.gentoo.org/694458
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild b/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild index 8c6ec2f67f8b..c566e685a2f1 100644 --- a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild @@ -18,9 +18,9 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="cxx static-libs +threads" -DEPEND=" - >=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}] - virtual/pkgconfig" +RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |