diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:24:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:24:09 +0200 |
commit | 014dd23ed47ef8fc49770d8d4276c62c7adad623 (patch) | |
tree | bf89edc057727ee645c6a3c41fc7a3b0f954a67b /media-plugins | |
parent | media-plugins/vdr-browse: Sort KEYWORDS (diff) | |
download | gentoo-014dd23ed47ef8fc49770d8d4276c62c7adad623.tar.gz gentoo-014dd23ed47ef8fc49770d8d4276c62c7adad623.tar.bz2 gentoo-014dd23ed47ef8fc49770d8d4276c62c7adad623.zip |
media-plugins/vdr-console: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-console/vdr-console-0.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/vdr-console/vdr-console-0.6.0.ebuild b/media-plugins/vdr-console/vdr-console-0.6.0.ebuild index f42b4815802e..dccf56c0c6f2 100644 --- a/media-plugins/vdr-console/vdr-console-0.6.0.ebuild +++ b/media-plugins/vdr-console/vdr-console-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://ricomp.de/vdr/${P}.tgz" LICENSE="GPL-2" IUSE="" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" DEPEND=">=media-video/vdr-1.6.0" RDEPEND="${DEPEND}" |