diff options
author | 2022-02-25 17:43:46 +0100 | |
---|---|---|
committer | 2022-02-25 17:43:46 +0100 | |
commit | 4304f0f16720c48fab4bf1f1caeedb33f24155e8 (patch) | |
tree | 4c844ecda3df1742dd5dacd36e0b14a271f21c5f /app-editors/amp | |
parent | app-misc/zellij: add menu and icon (diff) | |
download | guru-4304f0f16720c48fab4bf1f1caeedb33f24155e8.tar.gz guru-4304f0f16720c48fab4bf1f1caeedb33f24155e8.tar.bz2 guru-4304f0f16720c48fab4bf1f1caeedb33f24155e8.zip |
app-editors/amp: fixed wrong use
Signed-off-by: Luciano Degni <degni.public@gmail.com>
Diffstat (limited to 'app-editors/amp')
-rw-r--r-- | app-editors/amp/amp-0.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild index aad3574e2..c97883148 100644 --- a/app-editors/amp/amp-0.6.2.ebuild +++ b/app-editors/amp/amp-0.6.2.ebuild @@ -185,7 +185,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" x11-libs/libxcb - dev-lang/python-exec[native-symlink] + dev-lang/python-exec[native-symlinks] " RDEPEND=" |