diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-01-10 01:48:09 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-01-10 01:48:09 +0100 |
commit | fc61a70e1e88faba80b2ce90682f673f62ccf07c (patch) | |
tree | f65cdb7c4c943b4a587d746e356fb53875fca145 /app-text/kbibtex | |
parent | dev-libs/icu-layoutex: x86 stable (bug #702500) (diff) | |
download | gentoo-fc61a70e1e88faba80b2ce90682f673f62ccf07c.tar.gz gentoo-fc61a70e1e88faba80b2ce90682f673f62ccf07c.tar.bz2 gentoo-fc61a70e1e88faba80b2ce90682f673f62ccf07c.zip |
app-text/kbibtex: x86 stable (bug #703302)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r-- | app-text/kbibtex/kbibtex-0.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/kbibtex/kbibtex-0.9.1.ebuild b/app-text/kbibtex/kbibtex-0.9.1.ebuild index 2f8ac5f786ca..d1e6340a886a 100644 --- a/app-text/kbibtex/kbibtex-0.9.1.ebuild +++ b/app-text/kbibtex/kbibtex-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ HOMEPAGE="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" |