diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-21 11:15:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-21 11:25:31 +0100 |
commit | 09adb5e6a857d0547a56438c69d31974c447d7af (patch) | |
tree | cada1e1eaf41c86277ec0d4de18a0ff7fcbdd5ad /sci-chemistry/cara-bin | |
parent | games-strategy/darwinia-demo: move away from virtual/libstdc++ (diff) | |
download | gentoo-09adb5e6a857d0547a56438c69d31974c447d7af.tar.gz gentoo-09adb5e6a857d0547a56438c69d31974c447d7af.tar.bz2 gentoo-09adb5e6a857d0547a56438c69d31974c447d7af.zip |
sci-chemistry/cara-bin: move away from virtual/libstdc++
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sci-chemistry/cara-bin')
-rw-r--r-- | sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild (renamed from sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild index 45713307a58f..daba15405832 100644 --- a/sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild +++ b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,7 +30,7 @@ RDEPEND=" >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)] >=x11-libs/libXrender-0.9.8[abi_x86_32(-)] ) - virtual/libstdc++ + sys-libs/libstdc++-v3:5 lua? ( dev-lang/lua )" DEPEND="" |