diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-11-28 11:12:26 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-28 11:15:21 +0200 |
commit | d25800c264ab1edc3cdf57d56fed37639b458128 (patch) | |
tree | a7ab79c8de629ca86496225e3c325c3d80e7963f /x11-plugins | |
parent | x11-plugins/pidgin-skypeweb: version 1.7 bump (diff) | |
download | gentoo-d25800c264ab1edc3cdf57d56fed37639b458128.tar.gz gentoo-d25800c264ab1edc3cdf57d56fed37639b458128.tar.bz2 gentoo-d25800c264ab1edc3cdf57d56fed37639b458128.zip |
x11-plugins/pidgin-skypeweb: sort RDEPEND list
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild index 3c7e43e4e7bd..c99028c2b379 100644 --- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild +++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild @@ -12,8 +12,8 @@ KEYWORDS="~amd64 ~x86" SLOT="0" BDEPEND="virtual/pkgconfig" -RDEPEND="net-im/pidgin - dev-libs/json-glib" +RDEPEND="dev-libs/json-glib + net-im/pidgin" DEPEND="${RDEPEND}" S="${WORKDIR}/skype4pidgin-${PV}/skypeweb" |