diff -r 15cccc9297db -r b3b4f824fd57 x11-plugins/purple-facebook/purple-facebook-9999.ebuild --- a/x11-plugins/purple-facebook/purple-facebook-9999.ebuild Thu Jan 21 11:49:24 2021 +0000 +++ b/x11-plugins/purple-facebook/purple-facebook-9999.ebuild Thu Jan 21 11:59:16 2021 +0000 @@ -25,6 +25,10 @@ RDEPEND="dev-libs/json-glib net-im/pidgin" DEPEND="${RDEPEND}" +if test ${PV} == 9999; then + # TODO: This is really bad as update.sh will later download libpurple + BDEPEND="dev-vcs/mercuarial" +fi DOCS=( AUTHORS ChangeLog NEWS README VERSION ) src_unpack() { @@ -36,6 +40,9 @@ } src_prepare() { + if test ${PV} == 9999; then + ./autogen.sh + fi default eautoreconf }