diff options
author | Tomas Fabrizio Orsi <torsi@fi.uba.ar> | 2023-12-22 22:28:50 -0300 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-12-23 18:13:53 +0100 |
commit | 78256c24cff0a882a89fc58a75409a4bd2ce87b1 (patch) | |
tree | 9f08a4b10490b2b894c3b6b9927039d3f82436a9 /app-emacs/gruvbox-theme | |
parent | sys-libs/glibc: 2.38 patchlevel 8 bump (diff) | |
download | gentoo-78256c24cff0a882a89fc58a75409a4bd2ce87b1.tar.gz gentoo-78256c24cff0a882a89fc58a75409a4bd2ce87b1.tar.bz2 gentoo-78256c24cff0a882a89fc58a75409a4bd2ce87b1.zip |
app-emacs/gruvbox-theme: Added ~x86 arch keyword
Signed-off-by: Tomas Fabrizio Orsi <torsi@fi.uba.ar>
Closes: https://github.com/gentoo/gentoo/pull/34435
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/gruvbox-theme')
-rw-r--r-- | app-emacs/gruvbox-theme/gruvbox-theme-1.30.1-r1.ebuild (renamed from app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild) | 2 | ||||
-rw-r--r-- | app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1-r1.ebuild index 55a2a4c34f3a..f0931620842d 100644 --- a/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild +++ b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1-r1.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/greduan/emacs-theme-gruvbox/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/emacs-theme-gruvbox-${PV}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="MIT" diff --git a/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild b/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild index 55a2a4c34f3a..f0931620842d 100644 --- a/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild +++ b/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/greduan/emacs-theme-gruvbox/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/emacs-theme-gruvbox-${PV}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="MIT" |