diff options
author | David Seifert <soap@gentoo.org> | 2019-07-14 12:54:36 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-07-14 12:54:36 +0200 |
commit | e99b8bc1ffe6e199605cbddb7ec82fee8b571649 (patch) | |
tree | fed6ad552b00658e3d1960808d234a621111244b /games-board/pokerth | |
parent | net-analyzer/sslsniff: Remove from tree (diff) | |
download | gentoo-e99b8bc1ffe6e199605cbddb7ec82fee8b571649.tar.gz gentoo-e99b8bc1ffe6e199605cbddb7ec82fee8b571649.tar.bz2 gentoo-e99b8bc1ffe6e199605cbddb7ec82fee8b571649.zip |
games-board/pokerth: Add upper bound on boost-1.70
Bug: https://bugs.gentoo.org/689298
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-board/pokerth')
-rw-r--r-- | games-board/pokerth/pokerth-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/pokerth/pokerth-1.1.2.ebuild b/games-board/pokerth/pokerth-1.1.2.ebuild index 3a84288bbc76..5aa49bfc497a 100644 --- a/games-board/pokerth/pokerth-1.1.2.ebuild +++ b/games-board/pokerth/pokerth-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="dedicated" RDEPEND="dev-db/sqlite:3 - dev-libs/boost:0=[threads(+)] + <dev-libs/boost-1.70:0=[threads(+)] dev-libs/libgcrypt:0 dev-libs/protobuf:0= dev-libs/tinyxml[stl] |