diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-08-25 05:40:10 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-08-25 05:44:09 +0200 |
commit | 243af7e6f262c8cfcf279abc44fb6325981bcaa0 (patch) | |
tree | 1c9c9afe7b8e69c4827b9cf8f919ffb74a0e35da /dev-qt/linguist | |
parent | app-vim/rails: remove old (diff) | |
download | gentoo-243af7e6f262c8cfcf279abc44fb6325981bcaa0.tar.gz gentoo-243af7e6f262c8cfcf279abc44fb6325981bcaa0.tar.bz2 gentoo-243af7e6f262c8cfcf279abc44fb6325981bcaa0.zip |
dev-qt: drop all prefix keywords from 4.8.6 and later.
See bug 529196 comment 17.
Diffstat (limited to 'dev-qt/linguist')
-rw-r--r-- | dev-qt/linguist/linguist-4.8.6-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-qt/linguist/linguist-4.8.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/linguist/linguist-4.8.6-r1.ebuild b/dev-qt/linguist/linguist-4.8.6-r1.ebuild index ae3578b8ae7f..13a10e4e1cf1 100644 --- a/dev-qt/linguist/linguist-4.8.6-r1.ebuild +++ b/dev-qt/linguist/linguist-4.8.6-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Graphical tool for translating Qt applications" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="alpha arm hppa ia64 ppc ppc64" else - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" fi IUSE="" diff --git a/dev-qt/linguist/linguist-4.8.7.ebuild b/dev-qt/linguist/linguist-4.8.7.ebuild index c4256337c754..b3d06f1a530a 100644 --- a/dev-qt/linguist/linguist-4.8.7.ebuild +++ b/dev-qt/linguist/linguist-4.8.7.ebuild @@ -8,7 +8,7 @@ inherit eutils qt4-build-multilib DESCRIPTION="Graphical tool for translating Qt applications" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" fi IUSE="" |