diff options
author | Martin Väth <martin@mvath.de> | 2014-03-15 12:08:44 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:49:09 +0200 |
commit | 19676b39d0b999f43a35d3b6831cfd1d39608f6d (patch) | |
tree | 743954faa1f95a146183846a6428c77fd23af545 /media-video | |
parent | Bump duckduckgo. openrc-wrapper: Add dependency on gentoo-functions (diff) | |
download | mv-19676b39d0b999f43a35d3b6831cfd1d39608f6d.tar.gz mv-19676b39d0b999f43a35d3b6831cfd1d39608f6d.tar.bz2 mv-19676b39d0b999f43a35d3b6831cfd1d39608f6d.zip |
Use optfeature, readme.gentoo.eclass
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/video-mv/ChangeLog | 3 | ||||
-rw-r--r-- | media-video/video-mv/video-mv-7.13-r1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-video/video-mv/ChangeLog b/media-video/video-mv/ChangeLog index 1626f80c..cbf70a23 100644 --- a/media-video/video-mv/ChangeLog +++ b/media-video/video-mv/ChangeLog @@ -4,6 +4,9 @@ *video-mv-7.13-r1 (17 Dec 2013) + 15 Mar 2014; Martin Väth <martin@mvath.de>: + Use optfeature + 24 Jan 2014; Martin Väth <martin@mvath.de>: Avoid duplicate installation diff --git a/media-video/video-mv/video-mv-7.13-r1.ebuild b/media-video/video-mv/video-mv-7.13-r1.ebuild index 86131602..ea5b1abb 100644 --- a/media-video/video-mv/video-mv-7.13-r1.ebuild +++ b/media-video/video-mv/video-mv-7.13-r1.ebuild @@ -58,7 +58,6 @@ src_install() { } pkg_postinst() { - has_version app-shells/runtitle || elog \ - "Install app-shells/runtitle to let ${PN} update the status bar" + optfeature "status bar support" app-shells/runtitle readme.gentoo_pkg_postinst } |