diff options
author | Sam James <sam@gentoo.org> | 2021-01-04 17:56:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-06 03:08:44 +0000 |
commit | 2f69c386d9604c8edd9482a96abf493e2c0c8945 (patch) | |
tree | 6ca301410156115c51ceaf4a4291f60edadaa5b7 /media-libs/codec2 | |
parent | dev-util/bcc-0.18.0-r1: revbump, re-add new lua eclass code (diff) | |
download | gentoo-2f69c386d9604c8edd9482a96abf493e2c0c8945.tar.gz gentoo-2f69c386d9604c8edd9482a96abf493e2c0c8945.tar.bz2 gentoo-2f69c386d9604c8edd9482a96abf493e2c0c8945.zip |
media-libs/codec2: fix subslot
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/codec2')
-rw-r--r-- | media-libs/codec2/codec2-0.9.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/codec2/codec2-0.9.2-r1.ebuild b/media-libs/codec2/codec2-0.9.2-r1.ebuild index d79f4ea85d05..dc2cf5d05f30 100644 --- a/media-libs/codec2/codec2-0.9.2-r1.ebuild +++ b/media-libs/codec2/codec2-0.9.2-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://freedv.org/ http://www.rowetel.com/?page_id=452" SRC_URI="https://github.com/drowe67/codec2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0/${PV}" +SLOT="0/0.9" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="examples test" # Not yet passing, but infrastructure added to run |