diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-08-22 16:36:46 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-08-22 16:36:46 +1000 |
commit | cc995caab916c4596c7568b4c3ada3a8e22a6782 (patch) | |
tree | 095347cc8d0f4e664ee4596f7db02772f420309f | |
parent | media-gfx/qiviewer: specify Qt SLOT. (diff) | |
download | gentoo-cc995caab916c4596c7568b4c3ada3a8e22a6782.tar.gz gentoo-cc995caab916c4596c7568b4c3ada3a8e22a6782.tar.bz2 gentoo-cc995caab916c4596c7568b4c3ada3a8e22a6782.zip |
games-board/chessx: specify Qt SLOT.
Package-Manager: portage-2.2.20.1
-rw-r--r-- | games-board/chessx/chessx-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/chessx/chessx-1.3.2.ebuild b/games-board/chessx/chessx-1.3.2.ebuild index 1a94d16a4ba7..9de4c4697b9f 100644 --- a/games-board/chessx/chessx-1.3.2.ebuild +++ b/games-board/chessx/chessx-1.3.2.ebuild @@ -23,7 +23,7 @@ RDEPEND="dev-qt/qtprintsupport:5 dev-qt/qtxml:5 sys-libs/zlib" DEPEND="${RDEPEND} - dev-qt/linguist-tools" + dev-qt/linguist-tools:5" src_prepare() { epatch "${FILESDIR}"/${P}-zlib.patch |