diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-05-22 15:22:27 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-05-22 15:23:50 +0200 |
commit | c4a2b76ef7d2b5072c4fadee7521cc46a4063332 (patch) | |
tree | 144519c40a033095bf27111ce41f3d290dcc3275 /dev-qt/assistant | |
parent | dev-php/PEAR-Mail_Mime: Version bump for 1.10.1 (diff) | |
download | gentoo-c4a2b76ef7d2b5072c4fadee7521cc46a4063332.tar.gz gentoo-c4a2b76ef7d2b5072c4fadee7521cc46a4063332.tar.bz2 gentoo-c4a2b76ef7d2b5072c4fadee7521cc46a4063332.zip |
dev-qt/assistant-4.8.7-r0: add alpha keyword
Gentoo-Bug: 552396
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-4.8.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-4.8.7.ebuild b/dev-qt/assistant/assistant-4.8.7.ebuild index 7a9a53c4338c..940530e15cab 100644 --- a/dev-qt/assistant/assistant-4.8.7.ebuild +++ b/dev-qt/assistant/assistant-4.8.7.ebuild @@ -7,7 +7,7 @@ inherit eutils qt4-build-multilib DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86" + KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86" fi IUSE="webkit" |