diff options
Diffstat (limited to 'media-libs/x265')
-rw-r--r-- | media-libs/x265/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/x265/x265-9999.ebuild | 4 |
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" |