diff options
author | 2020-09-07 10:52:58 +0200 | |
---|---|---|
committer | 2020-09-07 10:52:58 +0200 | |
commit | 084f1706d3a22e92dfc257f1066ff9c139be9a20 (patch) | |
tree | 5cbaace539def3079b0107b01ba1d1df15d6c4a0 /media-video | |
parent | media-video/h264enc: Inherit optfeature.eclass (diff) | |
download | gentoo-084f1706d3a22e92dfc257f1066ff9c139be9a20.tar.gz gentoo-084f1706d3a22e92dfc257f1066ff9c139be9a20.tar.bz2 gentoo-084f1706d3a22e92dfc257f1066ff9c139be9a20.zip |
media-video/photofilmstrip: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild b/media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild index 642f93edc0e6..28f898ce3108 100644 --- a/media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild +++ b/media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 eutils xdg-utils +inherit distutils-r1 optfeature xdg-utils DESCRIPTION="Movie slideshow creator using Ken Burns effect" HOMEPAGE="https://www.photofilmstrip.org/en/ https://github.com/PhotoFilmStrip" |