Skip to content

Commit

Permalink
media-video/cclive: Add subslot operator to dev-libs/boost
Browse files Browse the repository at this point in the history
* EAPI 6

Bug: https://bugs.gentoo.org/show_bug.cgi?id=503462
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
SoapGentoo committed Apr 16, 2017
1 parent 79bc101 commit 54f3e84
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=6

inherit eutils flag-o-matic
inherit flag-o-matic

DESCRIPTION="Command line tool for extracting videos from various websites"
HOMEPAGE="http://cclive.sourceforge.net/"
Expand All @@ -13,20 +13,21 @@ LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"

RDEPEND=">=media-libs/libquvi-0.4.0
RDEPEND="
>=media-libs/libquvi-0.4.0:0=
>=dev-cpp/glibmm-2.24:2
>=dev-libs/boost-1.49
>=dev-libs/boost-1.49:=
>=dev-libs/glib-2.24:2
>=net-misc/curl-7.20
>=dev-libs/libpcre-8.02[cxx]"
DEPEND="${RDEPEND}
app-arch/xz-utils
virtual/pkgconfig"

src_prepare() {
epatch "${FILESDIR}"/${P}-iostream.patch #527658
epatch "${FILESDIR}"/${P}-boost-ver-check.patch #548310
}
PATCHES=(
"${FILESDIR}"/${P}-iostream.patch #527658
"${FILESDIR}"/${P}-boost-ver-check.patch #548310
)

src_configure() {
append-cxxflags -std=c++11 #567174
Expand Down

0 comments on commit 54f3e84

Please sign in to comment.