--- /usr/portage/media-sound/redoflacs/redoflacs-0.16.2.ebuild 2012-10-29 09:25:28.000000000 -0500 +++ redoflacs-0.18.3.ebuild 2013-01-09 15:12:24.246246067 -0600 @@ -5,7 +5,7 @@ EAPI=5 inherit vcs-snapshot -DESCRIPTION="Bash commandline flac verifier, organizer, analyzer" +DESCRIPTION="Parallel BASH commandline FLAC compressor, verifier, organizer, analyzer, and retagger" HOMEPAGE="https://github.com/sirjaren/redoflacs" SRC_URI="https://github.com/sirjaren/${PN}/tarball/v${PV} -> ${P}.tar.gz" @@ -15,14 +15,13 @@ IUSE="" DEPEND="" -RDEPEND="app-shells/bash +RDEPEND=">=app-shells/bash-4 media-libs/flac - sys-apps/coreutils - sys-apps/findutils" + sys-apps/coreutils" src_install() { exeinto /usr/bin - newexe redoFlacs redoflacs + doexe redoflacs } pkg_postinst() {