summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-04-10 18:22:39 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-04-10 18:22:39 +0000
commit624d8989837e00ccdc24e79cd10a11f265eb99d3 (patch)
treecfa15fafe446897937e71f160771e8b9e14dd337 /media-libs/x265
parentremove old (diff)
downloadgentoo-2-624d8989837e00ccdc24e79cd10a11f265eb99d3.tar.gz
gentoo-2-624d8989837e00ccdc24e79cd10a11f265eb99d3.tar.bz2
gentoo-2-624d8989837e00ccdc24e79cd10a11f265eb99d3.zip
bump subslot reflecting soname change
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/x265')
-rw-r--r--media-libs/x265/ChangeLog5
-rw-r--r--media-libs/x265/x265-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/x265/ChangeLog b/media-libs/x265/ChangeLog
index 32bfc4c910c7..6de6476a9fd8 100644
--- a/media-libs/x265/ChangeLog
+++ b/media-libs/x265/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/x265
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.2 2014/03/25 13:57:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.3 2014/04/10 18:22:39 aballier Exp $
+
+ 10 Apr 2014; Alexis Ballier <aballier@gentoo.org> x265-9999.ebuild:
+ bump subslot reflecting soname change
25 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> x265-9999.ebuild:
Pass -DLIB_INSTALL_DIR and drop now unrequired libdir patches wrt #505584 by
diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild
index 59f0a3f91f69..2fed1ea8cf62 100644
--- a/media-libs/x265/x265-9999.ebuild
+++ b/media-libs/x265/x265-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v 1.2 2014/03/25 13:57:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v 1.3 2014/04/10 18:22:39 aballier Exp $
EAPI=5
@@ -19,7 +19,7 @@ HOMEPAGE="http://x265.org/"
LICENSE="GPL-2"
# subslot = libx265 soname
-SLOT="0/9"
+SLOT="0/15"
IUSE="+10bit test"
ASM_DEPEND=">=dev-lang/yasm-1.2.0"