diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:56:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:19 +0100 |
commit | 4bbf01c2a4e03b7e7c4ddfc3b8f9f952cb445ac4 (patch) | |
tree | 9c2a1a78d597e870cb05b13d38b7a387dca83619 /media-video/snappy | |
parent | media-video/raspberrypi-omxplayer: eutils->epatch (diff) | |
download | gentoo-4bbf01c2a4e03b7e7c4ddfc3b8f9f952cb445ac4.tar.gz gentoo-4bbf01c2a4e03b7e7c4ddfc3b8f9f952cb445ac4.tar.bz2 gentoo-4bbf01c2a4e03b7e7c4ddfc3b8f9f952cb445ac4.zip |
media-video/snappy: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/snappy')
-rw-r--r-- | media-video/snappy/snappy-1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/snappy/snappy-1.0-r1.ebuild b/media-video/snappy/snappy-1.0-r1.ebuild index aa41637c6525..171bcc00f467 100644 --- a/media-video/snappy/snappy-1.0-r1.ebuild +++ b/media-video/snappy/snappy-1.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GCONF_DEBUG="no" -inherit autotools eutils gnome2 +inherit autotools epatch gnome2 DESCRIPTION="A simple media player written using GStreamer and Clutter" HOMEPAGE="https://wiki.gnome.org/Apps/Snappy" |