diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-20 12:19:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-20 12:35:47 +0100 |
commit | c27006fa77f83e12a4d665abb95dba188802e1a0 (patch) | |
tree | 0d9c9284e0e608acd391b9ecf4ac24248c4a995c | |
parent | dev-libs/libtomcrypt: new package (diff) | |
download | gentoo-c27006fa77f83e12a4d665abb95dba188802e1a0.tar.gz gentoo-c27006fa77f83e12a4d665abb95dba188802e1a0.tar.bz2 gentoo-c27006fa77f83e12a4d665abb95dba188802e1a0.zip |
app-arch/stormlib: Use system libtomcrypt, fix missing DEPEND
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-arch/stormlib/stormlib-9.23-r1.ebuild (renamed from app-arch/stormlib/stormlib-9.23.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-arch/stormlib/stormlib-9.23.ebuild b/app-arch/stormlib/stormlib-9.23-r1.ebuild index 3e60afca6b70..484b8ef3e37f 100644 --- a/app-arch/stormlib/stormlib-9.23.ebuild +++ b/app-arch/stormlib/stormlib-9.23-r1.ebuild @@ -21,7 +21,9 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" app-arch/bzip2:= + dev-libs/libtomcrypt:=[libtommath] sys-libs/zlib:=" +DEPEND=${RDEPEND} PATCHES=( "${FILESDIR}"/stormlib-9.23-gnuinstalldirs.patch @@ -32,7 +34,7 @@ src_configure() { -DBUILD_SHARED_LIBS=ON # interactive test app -DSTORM_BUILD_TESTS=OFF - # -DWITH_LIBTOMCRYPT=ON when we have tomcrypt packaged + -DWITH_LIBTOMCRYPT=ON ) cmake_src_configure |