diff options
author | Jaco Kroon <jaco@uls.co.za> | 2019-11-28 09:28:27 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-11-28 18:34:35 +0200 |
commit | 31f0c4fa400e057ecc567313284267da9ef4e130 (patch) | |
tree | dd840510ae4561bee5fad69c715e798a38e5d495 /net-misc/asterisk-core-sounds | |
parent | sys-fs/bees: Drop old (diff) | |
download | gentoo-31f0c4fa400e057ecc567313284267da9ef4e130.tar.gz gentoo-31f0c4fa400e057ecc567313284267da9ef4e130.tar.bz2 gentoo-31f0c4fa400e057ecc567313284267da9ef4e130.zip |
net-misc/asterisk-core-sounds: blocker against old asterisk-extra-sounds
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://bugs.gentoo.org/701348
Closes: https://github.com/gentoo/gentoo/pull/13775
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/asterisk-core-sounds')
-rw-r--r-- | net-misc/asterisk-core-sounds/asterisk-core-sounds-1.6.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.6.1.ebuild b/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.6.1.ebuild index 09a787555087..7deebba58f17 100644 --- a/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.6.1.ebuild +++ b/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.6.1.ebuild @@ -29,6 +29,8 @@ KEYWORDS="~amd64 ~ppc ~x86" S="${WORKDIR}" +RDEPEND="!<net-misc/asterisk-extra-sounds-1.5.2" + src_unpack() { local ar local c |