diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-08-08 09:08:09 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-08-08 09:12:02 +0300 |
commit | 4517ee1f398ea316a50b934978d4e31486c1ba19 (patch) | |
tree | dd42ae81ff7a3a1e75ef0c90ee21b00ce691691e /sci-libs/fplll | |
parent | sci-libs/fplll: pkgconfig seems to always be needed, not conditionally (diff) | |
download | gentoo-4517ee1f398ea316a50b934978d4e31486c1ba19.tar.gz gentoo-4517ee1f398ea316a50b934978d4e31486c1ba19.tar.bz2 gentoo-4517ee1f398ea316a50b934978d4e31486c1ba19.zip |
sci-libs/fplll: Stabilize 5.4.2 amd64, #864217
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-libs/fplll')
-rw-r--r-- | sci-libs/fplll/fplll-5.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fplll/fplll-5.4.2.ebuild b/sci-libs/fplll/fplll-5.4.2.ebuild index efd01b83006d..836dd45aeda5 100644 --- a/sci-libs/fplll/fplll-5.4.2.ebuild +++ b/sci-libs/fplll/fplll-5.4.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0/7" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="static-libs qd" BDEPEND="virtual/pkgconfig" |