diff options
author | YUE Daian <sheepduke@gmail.com> | 2019-08-10 11:21:52 +0800 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-08-10 15:14:55 +0300 |
commit | f67e0f91e4a5ab3114a19fd1a26cd5683f23361b (patch) | |
tree | b8e602fed7070b5e557dee1146ffd633ad0d4ed3 /dev-lisp | |
parent | dev-python/nose: update HOMEPAGE, metadata (diff) | |
download | gentoo-f67e0f91e4a5ab3114a19fd1a26cd5683f23361b.tar.gz gentoo-f67e0f91e4a5ab3114a19fd1a26cd5683f23361b.tar.bz2 gentoo-f67e0f91e4a5ab3114a19fd1a26cd5683f23361b.zip |
dev-lisp/roswell: fix fill collision with libroutersos
Bug: https://bugs.gentoo.org/691754
Signed-off-by: YUE Daian <sheepduke@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12664
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/roswell/roswell-19.3.10.97.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lisp/roswell/roswell-19.3.10.97.ebuild b/dev-lisp/roswell/roswell-19.3.10.97.ebuild index 7c7198c265e6..8caf020ab8e8 100644 --- a/dev-lisp/roswell/roswell-19.3.10.97.ebuild +++ b/dev-lisp/roswell/roswell-19.3.10.97.ebuild @@ -14,6 +14,8 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86" +RDEPEND="!net-libs/librouteros" + src_prepare() { default eautoreconf |