diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 18:57:01 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 18:57:01 +0000 |
commit | 69051588e2f955485fe5d45d45e616bc60a2de57 (patch) | |
tree | ef8699cca7ce3773b1de747b167ceeacdc60cb92 /dev-libs/libtomcrypt | |
parent | d7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff) |
gentoo resync : 31.01.2021
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libtomcrypt/Manifest b/dev-libs/libtomcrypt/Manifest index 85bd62fcf322..85e6e99619bf 100644 --- a/dev-libs/libtomcrypt/Manifest +++ b/dev-libs/libtomcrypt/Manifest @@ -1,3 +1,3 @@ DIST libtomcrypt-1.18.2.tar.xz 2638064 BLAKE2B fad67e9e2a2002425488db9987a853bda631d6638c2cb1052a1d0d1f393945e38037cc75c54cd3a4bf87bb2e13b1e868e81da054a84bbdb393519ddef5e27300 SHA512 f6117a12a42b07f8de4a8aedbccf6ff4ee94b4b81cb7263af99627c32eae646ca8ead7d3063737918db4aa118673001fcf2cfa8e4ca8b528fb00045fda7cc893 -EBUILD libtomcrypt-1.18.2-r2.ebuild 2777 BLAKE2B 264c0d409bb9b2a27d37dbc846a2c03cbb02c25a0e4991b632fb3a5e6e071e7a4834ded9292fde58d97d0f7cc89f359f13151560a786b820967ddecd9817c04e SHA512 6302aa063dcbcf2d88caa07f453b2b0e3189cb18e9545fd3b438c648ea0856d55f85ab198dd48488215db5489c5d0338e7883b988cde09a0ac9459c5312a3c54 +EBUILD libtomcrypt-1.18.2-r2.ebuild 2787 BLAKE2B 0ad0080c5d441ec647e09a5b9ca30f3220ef409bfb3f2c21118a64db35a06528d5d3b53925ad65fa65258e70438071382759a910deccc49081d5baf5c43e192f SHA512 419ec8e7899cb16a025c80362d78a77f32adecd88a717bd0c309970e18a57328e9db2f05145cef20b3a9d61cb9d6dbcd79d15b635bc4b1d270da13ea46207c12 MISC metadata.xml 643 BLAKE2B e66df23ddfeb04650dfa8c4cbd7d6e6a1816164fd0cac86dba9990610b672957c5ff7b6e83a17f8b6c19f75d1f50a1b448b8b618058510b8d6f54259ad451822 SHA512 7517fc02844cd6b9a9801b371c2c8faf9626dded317ad610af234cd89078221be021acb9da66f9078bb4b754a5e2f1b5efcbca2ccb1ef5c58afd8cf925e7a44e diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild index c4dbbd88ed9d..5cd2518270ad 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild @@ -17,7 +17,7 @@ LICENSE="|| ( WTFPL-2 public-domain )" # Helpful site: # https://abi-laboratory.pro/index.php?view=timeline&l=libtomcrypt SLOT="0/1" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x64-macos" IUSE="+gmp +libtommath tomsfastmath" BDEPEND=" @@ -95,7 +95,7 @@ src_test() { src_install() { mymake -f makefile.shared \ DATAPATH="${EPREFIX}/usr/share/doc/${PF}" \ - DESTDIR="${ED}" \ + DESTDIR="${D}" \ install install_docs find "${ED}" '(' -name '*.la' -o -name '*.a' ')' -delete || die |