diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-02-25 14:52:40 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-02-25 14:52:40 +0100 |
commit | 6570d77cafabd758f763d87c529a3e041e1267d9 (patch) | |
tree | 0a9b59762a79c7f75ae0dacc6e5d508076c7a8c0 | |
parent | media-plugins/vdr-devstatus: x86 stable wrt bug #772203 (diff) | |
download | gentoo-6570d77cafabd758f763d87c529a3e041e1267d9.tar.gz gentoo-6570d77cafabd758f763d87c529a3e041e1267d9.tar.bz2 gentoo-6570d77cafabd758f763d87c529a3e041e1267d9.zip |
media-plugins/vdr-dvbapi: x86 stable wrt bug #772203
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.4.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.4.ebuild b/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.4.ebuild index 8f22cdaedc30..f2eb05c10467 100644 --- a/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.4.ebuild +++ b/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ DESCRIPTION="VDR Plugin: allows connect VDR to OScam" HOMEPAGE="https://github.com/manio/vdr-plugin-dvbapi" SRC_URI="https://github.com/manio/vdr-plugin-dvbapi/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" SLOT="0" LICENSE="GPL-2+" IUSE="cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 dvbcsa" diff --git a/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild b/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild index 226f7268108c..16ce1d06bb99 100644 --- a/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild +++ b/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/manio/vdr-plugin-dvbapi/archive/v${PV}.tar.gz -> ${M LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 dvbcsa" DEPEND=">=media-video/vdr-2.4.1 |