diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-27 22:54:36 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-27 22:55:40 +0100 |
commit | 541edc38d9b3018db1d20a59a67fd95238466904 (patch) | |
tree | 231be0901cb23228d5f01e0748234e10686a5d8f /dev-cpp | |
parent | sci-electronics/voacapl: x86 stable (bug #672082) (diff) | |
download | gentoo-541edc38d9b3018db1d20a59a67fd95238466904.tar.gz gentoo-541edc38d9b3018db1d20a59a67fd95238466904.tar.bz2 gentoo-541edc38d9b3018db1d20a59a67fd95238466904.zip |
dev-cpp/waylandpp: x86 stable (bug #671966)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/waylandpp/waylandpp-0.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/waylandpp/waylandpp-0.2.3.ebuild b/dev-cpp/waylandpp/waylandpp-0.2.3.ebuild index 14c6fc58c138..35dd8813c42d 100644 --- a/dev-cpp/waylandpp/waylandpp-0.2.3.ebuild +++ b/dev-cpp/waylandpp/waylandpp-0.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~x86" + KEYWORDS="~amd64 x86" fi RDEPEND=" |