x11-plugins/purple-facebook/purple-facebook-9999.ebuild
changeset 12 015e732283f7
parent 11 b3b4f824fd57
child 14 9c2c80b7ba88
equal deleted inserted replaced
11:b3b4f824fd57 12:015e732283f7
    25 RDEPEND="dev-libs/json-glib
    25 RDEPEND="dev-libs/json-glib
    26 	 net-im/pidgin"
    26 	 net-im/pidgin"
    27 DEPEND="${RDEPEND}"
    27 DEPEND="${RDEPEND}"
    28 if test ${PV} == 9999; then
    28 if test ${PV} == 9999; then
    29 	# TODO: This is really bad as update.sh will later download libpurple
    29 	# TODO: This is really bad as update.sh will later download libpurple
    30 	BDEPEND="dev-vcs/mercuarial"
    30 	BDEPEND="dev-vcs/mercurial"
    31 fi
    31 fi
    32 DOCS=( AUTHORS ChangeLog NEWS README VERSION )
    32 DOCS=( AUTHORS ChangeLog NEWS README VERSION )
    33 
    33 
    34 src_unpack() {
    34 src_unpack() {
    35 	if test ${PV} == 9999; then
    35 	if test ${PV} == 9999; then