diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-07-07 03:41:00 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-08 03:52:08 +1000 |
commit | df2a0cc56db2ae756c8b6576dd179387b61850c3 (patch) | |
tree | f2e33864505ccc4dbd41d4acf7a9c97db3abe2ae /kde-apps/kmouth | |
parent | profiles: mask kde stuff on ppc (diff) | |
download | gentoo-df2a0cc56db2ae756c8b6576dd179387b61850c3.tar.gz gentoo-df2a0cc56db2ae756c8b6576dd179387b61850c3.tar.bz2 gentoo-df2a0cc56db2ae756c8b6576dd179387b61850c3.zip |
kde-apps: restore ~arm keyword on KDE4-based packages
Diffstat (limited to 'kde-apps/kmouth')
-rw-r--r-- | kde-apps/kmouth/kmouth-15.12.3.ebuild | 2 | ||||
-rw-r--r-- | kde-apps/kmouth/kmouth-16.04.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kde-apps/kmouth/kmouth-15.12.3.ebuild b/kde-apps/kmouth/kmouth-15.12.3.ebuild index e7ed86f50904..8ddbc381d946 100644 --- a/kde-apps/kmouth/kmouth-15.12.3.ebuild +++ b/kde-apps/kmouth/kmouth-15.12.3.ebuild @@ -9,5 +9,5 @@ inherit kde4-base DESCRIPTION="Text-to-speech synthesizer front end" HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="debug" diff --git a/kde-apps/kmouth/kmouth-16.04.2.ebuild b/kde-apps/kmouth/kmouth-16.04.2.ebuild index 27cd33f65dd1..d496e80ef274 100644 --- a/kde-apps/kmouth/kmouth-16.04.2.ebuild +++ b/kde-apps/kmouth/kmouth-16.04.2.ebuild @@ -9,5 +9,5 @@ inherit kde4-base DESCRIPTION="Text-to-speech synthesizer front end" HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="debug" |