diff options
author | Rahul Sandhu <rahul@sandhuservices.dev> | 2023-05-27 17:45:51 +0100 |
---|---|---|
committer | Rahul Sandhu <rahul@sandhuservices.dev> | 2023-05-27 17:45:51 +0100 |
commit | f1da825c1d7902f0bbdfa40274242bb7b9bfd6ab (patch) | |
tree | ae9a947cdb061d5292fedbf02f8d355b1ebb876a /app-editors | |
parent | */*: add more remote id's (diff) | |
download | guru-f1da825c1d7902f0bbdfa40274242bb7b9bfd6ab.tar.gz guru-f1da825c1d7902f0bbdfa40274242bb7b9bfd6ab.tar.bz2 guru-f1da825c1d7902f0bbdfa40274242bb7b9bfd6ab.zip |
app-editors/atom-bin: fix dependencies
Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild b/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild index 977c92e6b..b8ea0dddb 100644 --- a/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild +++ b/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild @@ -18,10 +18,8 @@ RESTRICT="test" S="${WORKDIR}/atom-${PV}-amd64" RDEPEND=" - app-accessibility/at-spi2-atk - app-accessibility/at-spi2-core + >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret - dev-libs/atk dev-libs/nss dev-libs/openssl dev-libs/openssl-compat |