commit: 7efa52954c42e5a016fe299c83f0ee179e454886 Author: Michael Weber <michael <AT> xmw <DOT> de> AuthorDate: Fri Jun 10 06:38:48 2016 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Fri Jun 10 06:38:48 2016 +0000 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=7efa5295
media-libs/libdcp: switch to python-any-r1 and set SLOT=1.0 Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0x71D573A82F434065 media-libs/libdcp/libdcp-1.3.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libdcp/libdcp-1.3.3.ebuild b/media-libs/libdcp/libdcp-1.3.3.ebuild index 2db97a2..9cc79c7 100644 --- a/media-libs/libdcp/libdcp-1.3.3.ebuild +++ b/media-libs/libdcp/libdcp-1.3.3.ebuild @@ -6,14 +6,14 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) PYTHON_REQ_USE="threads(+)" -inherit python-single-r1 waf-utils +inherit python-any-r1 waf-utils DESCRIPTION="create and read Digital Cinema Packages using JPEG2000 and WAV files" HOMEPAGE="http://carlh.net/libdcp" -SRC_URI="http://carlh.net/downloads/libdcp/libdcp-1.3.3.tar.bz2" +SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2" LICENSE="GPL-2" -SLOT="0" +SLOT="1.0" KEYWORDS="~amd64 ~x86" IUSE=""
