diff options
author | Sam James <sam@gentoo.org> | 2023-06-10 23:04:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-10 23:04:45 +0100 |
commit | 110707381e3494cd3b91b51f6395711adaa559c9 (patch) | |
tree | 6d590ac14ae3048150879ed625ead996efe429d6 /app-text/kbibtex | |
parent | dev-perl/Web-Machine: fix MismatchedPerlVersion (diff) | |
download | gentoo-110707381e3494cd3b91b51f6395711adaa559c9.tar.gz gentoo-110707381e3494cd3b91b51f6395711adaa559c9.tar.bz2 gentoo-110707381e3494cd3b91b51f6395711adaa559c9.zip |
app-text/kbibtex: Stabilize 0.10.0 x86, #908272
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r-- | app-text/kbibtex/kbibtex-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/kbibtex/kbibtex-0.10.0.ebuild b/app-text/kbibtex/kbibtex-0.10.0.ebuild index c5fdf5968d1c..370b74fcea2c 100644 --- a/app-text/kbibtex/kbibtex-0.10.0.ebuild +++ b/app-text/kbibtex/kbibtex-0.10.0.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/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="GPL-2" |