diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-01-16 10:37:11 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-01-16 10:37:11 +0000 |
commit | dd45204ad8e80b2e2f531b236ed735e5fc628c65 (patch) | |
tree | 0c6b941d74712077970ef751e9fa3661ed855d19 /media-video/libav/libav-9999.ebuild | |
parent | drop maintainership since I no longer use (diff) | |
download | gentoo-2-dd45204ad8e80b2e2f531b236ed735e5fc628c65.tar.gz gentoo-2-dd45204ad8e80b2e2f531b236ed735e5fc628c65.tar.bz2 gentoo-2-dd45204ad8e80b2e2f531b236ed735e5fc628c65.zip |
Add subslots to the libav-9 play.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-video/libav/libav-9999.ebuild')
-rw-r--r-- | media-video/libav/libav-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild index 436eb382b2e6..b9ce966e5181 100644 --- a/media-video/libav/libav-9999.ebuild +++ b/media-video/libav/libav-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.54 2012/10/23 17:36:10 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.55 2013/01/16 10:37:11 scarabeus Exp $ -EAPI=4 +EAPI=5 if [[ ${PV} == *9999 ]] ; then SCM="git-2" @@ -23,7 +23,7 @@ else # Official release fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" -SLOT="0" +SLOT="0/9" [[ ${PV} == *9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" |