diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-11 19:33:12 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-11 19:33:12 +0000 |
commit | 7378828ede31fea1d6046dbed8b47cfc1f02c7e5 (patch) | |
tree | 8ff037424c809b230ad4794d94eca1cbc086542d /app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild | |
parent | dev-ruby/haml: enable ruby32 (diff) | |
download | gentoo-7378828ede31fea1d6046dbed8b47cfc1f02c7e5.tar.gz gentoo-7378828ede31fea1d6046dbed8b47cfc1f02c7e5.tar.bz2 gentoo-7378828ede31fea1d6046dbed8b47cfc1f02c7e5.zip |
app-emacs/yasnippet-snippets: Stabilize 1.0-r2 amd64, #912085
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild')
-rw-r--r-- | app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild b/app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild index e1d0818702d5..87a307ffeccd 100644 --- a/app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild +++ b/app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/AndreaCrotti/${PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="app-emacs/yasnippet" BDEPEND="${RDEPEND}" |