diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-13 21:40:42 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-13 21:40:42 +0300 |
commit | 5c6bbd87607117a2db2c46654daff891df067edb (patch) | |
tree | 40cdba8e066fbd09a96b1b90e572a924bc5457c8 /media-video/vobcopy | |
parent | dev-java/javacc: Stabilize 4.1 x86, #929934 (diff) | |
download | gentoo-5c6bbd87607117a2db2c46654daff891df067edb.tar.gz gentoo-5c6bbd87607117a2db2c46654daff891df067edb.tar.bz2 gentoo-5c6bbd87607117a2db2c46654daff891df067edb.zip |
media-video/vobcopy: Stabilize 1.2.1 amd64, #929939
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-video/vobcopy')
-rw-r--r-- | media-video/vobcopy/vobcopy-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vobcopy/vobcopy-1.2.1.ebuild b/media-video/vobcopy/vobcopy-1.2.1.ebuild index 448e42303e20..c666b57e553b 100644 --- a/media-video/vobcopy/vobcopy-1.2.1.ebuild +++ b/media-video/vobcopy/vobcopy-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2003-2023 Gentoo Authors +# Copyright 2003-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/barak/vobcopy/archive/refs/tags/${PV}.tar.gz -> ${P} LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" DEPEND="media-libs/libdvdread:0=" |