diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:01:15 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:42:08 -0500 |
commit | c18ed42adf11417cfe93ce672dd0a8b6127184b0 (patch) | |
tree | 7e66f1640d5c8bf78113746d5929206bd58f682a /dev-libs/libqtxdg | |
parent | net-vpn/wireguard: version bump (diff) | |
download | gentoo-c18ed42adf11417cfe93ce672dd0a8b6127184b0.tar.gz gentoo-c18ed42adf11417cfe93ce672dd0a8b6127184b0.tar.bz2 gentoo-c18ed42adf11417cfe93ce672dd0a8b6127184b0.zip |
dev-libs/libqtxdg: stable on amd64 and x86
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-libs/libqtxdg')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild index 5cb17f5e15be..194c8516ead2 100644 --- a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1" |