diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-02 11:50:58 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-02 11:52:24 +0100 |
commit | 4d57b0e55e0e7a741ecdd16ddf118a486cf52a09 (patch) | |
tree | dd8cbadf900774b60695a8ffebd5ca79398bb558 /x11-libs | |
parent | profiles/default/linux/mips: drop stale 'deprecated' entries (diff) | |
download | gentoo-4d57b0e55e0e7a741ecdd16ddf118a486cf52a09.tar.gz gentoo-4d57b0e55e0e7a741ecdd16ddf118a486cf52a09.tar.bz2 gentoo-4d57b0e55e0e7a741ecdd16ddf118a486cf52a09.zip |
x11-libs/libvdpau: Stable for amd64 x86 too
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libvdpau/libvdpau-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libvdpau/libvdpau-1.3.ebuild b/x11-libs/libvdpau/libvdpau-1.3.ebuild index 260b116d8271..09b8c0dd0f02 100644 --- a/x11-libs/libvdpau/libvdpau-1.3.ebuild +++ b/x11-libs/libvdpau/libvdpau-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2 LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~x86" +KEYWORDS="~alpha amd64 ~arm64 x86" IUSE="doc dri" RDEPEND=" |