diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 19:35:36 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 19:35:36 +0200 |
commit | ffc52c0504c7a991e97a707d80361f7cf04aab11 (patch) | |
tree | a38e62c3ce5a763502a95d138fa08581c8486892 /app-emacs | |
parent | app-emacs/all-the-icons: Stabilize 5.0.0_p20220325-r1 amd64, #892231 (diff) | |
download | gentoo-ffc52c0504c7a991e97a707d80361f7cf04aab11.tar.gz gentoo-ffc52c0504c7a991e97a707d80361f7cf04aab11.tar.bz2 gentoo-ffc52c0504c7a991e97a707d80361f7cf04aab11.zip |
app-emacs/all-the-icons-dired: Stabilize 2.0 amd64, #892231
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/all-the-icons-dired/all-the-icons-dired-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/all-the-icons-dired/all-the-icons-dired-2.0.ebuild b/app-emacs/all-the-icons-dired/all-the-icons-dired-2.0.ebuild index 20d2896a2583..a1983a3dd6d2 100644 --- a/app-emacs/all-the-icons-dired/all-the-icons-dired-2.0.ebuild +++ b/app-emacs/all-the-icons-dired/all-the-icons-dired-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/wyuenho/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="app-emacs/all-the-icons" BDEPEND="${RDEPEND}" |