diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-05-20 17:59:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-05-20 17:59:04 +0000 |
commit | 7e759c30f4c55353a99d40491b894b5a072e736f (patch) | |
tree | 083984277eea394ea2ca4cf669abbccb33686bb5 /media-libs/x265 | |
parent | Add ruby21. Drop ruby18. (diff) | |
download | gentoo-2-7e759c30f4c55353a99d40491b894b5a072e736f.tar.gz gentoo-2-7e759c30f4c55353a99d40491b894b5a072e736f.tar.bz2 gentoo-2-7e759c30f4c55353a99d40491b894b5a072e736f.zip |
bump subslot according to 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/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 50862b3a8c75..bd8143fd304c 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.5 2014/05/20 17:55:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.6 2014/05/20 17:59:04 aballier Exp $ + + 20 May 2014; Alexis Ballier <aballier@gentoo.org> x265-9999.ebuild: + bump subslot according to soname change 20 May 2014; Alexis Ballier <aballier@gentoo.org> x265-0.8.ebuild, x265-9999.ebuild: diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild index e4de321b56a0..19c28cadceda 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.5 2014/05/20 17:55:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v 1.6 2014/05/20 17:59:04 aballier Exp $ EAPI=5 @@ -19,7 +19,7 @@ HOMEPAGE="http://x265.org/" LICENSE="GPL-2" # subslot = libx265 soname -SLOT="0/15" +SLOT="0/18" IUSE="+10bit test" ASM_DEPEND=">=dev-lang/yasm-1.2.0" |