diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-01 18:17:30 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-01 18:17:30 +0100 |
commit | 4c00af371d34fed725940a838ac3f25182765289 (patch) | |
tree | 39e9c91141f1c617b0006a21075e57887120e8ed /dev-cpp | |
parent | dev-lang/spidermonkey: x86 stable (bug #773592) (diff) | |
download | gentoo-4c00af371d34fed725940a838ac3f25182765289.tar.gz gentoo-4c00af371d34fed725940a838ac3f25182765289.tar.bz2 gentoo-4c00af371d34fed725940a838ac3f25182765289.zip |
dev-cpp/waylandpp: x86 stable (bug #770691)
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/waylandpp/waylandpp-0.2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild b/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild index c5744c0c3753..c7489529805d 100644 --- a/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild +++ b/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi RDEPEND=" |