diff options
author | Sam James <sam@gentoo.org> | 2023-04-23 14:03:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-23 14:03:57 +0100 |
commit | 49c14c4c7e31e6a3b788b85d279c894e21e023f3 (patch) | |
tree | a2ef7aa73a231bb34f7d1b8602e6f23f4736ca5f /app-text | |
parent | app-text/kbibtex: Stabilize 0.9.3.2 amd64, #904871 (diff) | |
download | gentoo-49c14c4c7e31e6a3b788b85d279c894e21e023f3.tar.gz gentoo-49c14c4c7e31e6a3b788b85d279c894e21e023f3.tar.bz2 gentoo-49c14c4c7e31e6a3b788b85d279c894e21e023f3.zip |
app-text/kbibtex: Stabilize 0.9.3.2 x86, #904871
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kbibtex/kbibtex-0.9.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/kbibtex/kbibtex-0.9.3.2.ebuild b/app-text/kbibtex/kbibtex-0.9.3.2.ebuild index d057eb00e504..effb00f124ca 100644 --- a/app-text/kbibtex/kbibtex-0.9.3.2.ebuild +++ b/app-text/kbibtex/kbibtex-0.9.3.2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kbibtex/ https://userbase.kde.org/KBibTeX" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/KBibTeX/$(ver_cut 1-3)/${P}.tar.xz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2" |