diff options
author | Petrus Zhao <petrus.zy.07@gmail.com> | 2022-12-27 18:30:13 +0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-27 10:44:05 +0000 |
commit | 897b68a56391f69fe4cb90049871f2188b7ed48d (patch) | |
tree | 8bcfb217bbc8c4a8497160930f38071aa0df9761 /x11-misc/rofi | |
parent | net-libs/libpsl: add 0.21.2 (diff) | |
download | gentoo-897b68a56391f69fe4cb90049871f2188b7ed48d.tar.gz gentoo-897b68a56391f69fe4cb90049871f2188b7ed48d.tar.bz2 gentoo-897b68a56391f69fe4cb90049871f2188b7ed48d.zip |
x11-misc/rofi: add flex version requirement
Closes: https://bugs.gentoo.org/887049
Signed-off-by: Petrus Zhao <petrus.zy.07@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28842
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/rofi')
-rw-r--r-- | x11-misc/rofi/rofi-1.7.3-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-1.7.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild b/x11-misc/rofi/rofi-1.7.3-r1.ebuild index f3c69c98bc62..d88c80ce18f7 100644 --- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild +++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" BDEPEND=" sys-devel/bison - sys-devel/flex + >=sys-devel/flex-2.5.39 virtual/pkgconfig " RDEPEND=" diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild index 83071b30f34a..4125a5c5a387 100644 --- a/x11-misc/rofi/rofi-1.7.5.ebuild +++ b/x11-misc/rofi/rofi-1.7.5.ebuild @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" BDEPEND=" sys-devel/bison - sys-devel/flex + >=sys-devel/flex-2.5.39 virtual/pkgconfig " RDEPEND=" |