diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-08-01 23:43:22 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-08-01 23:43:22 -0400 |
commit | 487f038954bea2a0aad7bf770893bd5c428e8f1e (patch) | |
tree | 7cdf077c788814e623c0d7d5c1c8ea74264b5577 /net-wireless/gr-paint | |
parent | net-wireless/gr-paint: add 0.0_p20230427, drop 0.0_p20220320-r1 (diff) | |
download | gentoo-487f038954bea2a0aad7bf770893bd5c428e8f1e.tar.gz gentoo-487f038954bea2a0aad7bf770893bd5c428e8f1e.tar.bz2 gentoo-487f038954bea2a0aad7bf770893bd5c428e8f1e.zip |
net-wireless/gr-paint: remove unneeded workaround
This bug was in the older version but fixed in the bump
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/gr-paint')
-rw-r--r-- | net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild index a60efdb36b71..be25ed418e88 100644 --- a/net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild +++ b/net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild @@ -14,7 +14,7 @@ else S="${WORKDIR}/${PN}-${COMMIT}" KEYWORDS="~amd64" fi -inherit cmake flag-o-matic python-single-r1 +inherit cmake python-single-r1 DESCRIPTION="Paints monochrome images into the waterfall of a receiver" HOMEPAGE="https://github.com/drmpeg/gr-paint" @@ -46,8 +46,6 @@ BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen ) " -#https://github.com/drmpeg/gr-paint/issues/21 -append-cxxflags -U_GLIBCXX_ASSERTIONS src_configure() { local mycmakeargs=( |