diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-04 16:10:41 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-09 15:37:42 +0300 |
commit | af9990d30755b115716f1d519146c5816d4a8f69 (patch) | |
tree | 65cfd9aab6f77bd2fcb8f1c55e13eb11cd94b2b2 /app-leechcraft | |
parent | dev-python/mkdocs-bootswatch: version bump 1.1 (diff) | |
download | gentoo-af9990d30755b115716f1d519146c5816d4a8f69.tar.gz gentoo-af9990d30755b115716f1d519146c5816d4a8f69.tar.bz2 gentoo-af9990d30755b115716f1d519146c5816d4a8f69.zip |
app-leechcraft/lc-core: update boost dep
* The version bound is obsolete (any version in tree will do).
* There are some libraries lc-core links to, so use a subslot operator.
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-core/lc-core-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index 1bd79f8b5ca2..214174697302 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild @@ -14,7 +14,7 @@ KEYWORDS="" IUSE="debug doc postgres +qwt +sqlite" DEPEND=" - >=dev-libs/boost-1.62 + dev-libs/boost:= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 |