diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-09-09 14:58:50 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-09-09 14:58:50 +0100 |
commit | 3b42891afe93d206c9af61f2452e1c8360df0094 (patch) | |
tree | 0fd62309d22b491a8c84a05bb5bda9f6e97acc6e /dev-libs/libdbpp-postgresql | |
parent | Add AudioRelay (diff) | |
download | portage-3b42891afe93d206c9af61f2452e1c8360df0094.tar.bz2 portage-3b42891afe93d206c9af61f2452e1c8360df0094.tar.xz portage-3b42891afe93d206c9af61f2452e1c8360df0094.zip |
Swap boost-build for b2
Diffstat (limited to 'dev-libs/libdbpp-postgresql')
-rw-r--r-- | dev-libs/libdbpp-postgresql/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.7.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libdbpp-postgresql/Manifest b/dev-libs/libdbpp-postgresql/Manifest index ac47708..1a99001 100644 --- a/dev-libs/libdbpp-postgresql/Manifest +++ b/dev-libs/libdbpp-postgresql/Manifest @@ -1,4 +1,4 @@ DIST libdbpp-postgresql-1.4.7.tar.xz 17356 BLAKE2B 3407fbf662988b1e98b05e19a6b61587c6b1abcaba7affe2ff7b67654bcc5676904aca205efb0157a9441dfe88700c7995945526733a298ab4c047d32cf75988 SHA512 ee40a34348542d42465c9a82e1837e64fa489c3bda87c0dfd005159162596ba7e87520763fb03767967a9f4baad540bd9717d95c865c1cc53043afcf307b3906 DIST libdbpp-postgresql-1.4.8.tar.xz 17384 BLAKE2B e11e53fb83eee09c476f489bf579b182f74639f838e821ad000997aa0077176f391eafe4e00218291cdf75b2b0d25043ae60331284b0e70278b1f9241041884f SHA512 39b9c00132fd3be5f5d1168d3f672c5d8488538a4f602c65012b669c3a71a224624f5a60d3404b26405143915a45c4972274cc55b63fdf1f156d7d815d5ef7fc -EBUILD libdbpp-postgresql-1.4.7.ebuild 566 BLAKE2B 7958db434a58a738dede980e6847f735f2554e9fd08922889f99394074dea5bb43dd1160857a9c4636906bde4803dab8f7e860b40979623ae665c45fb5e50edf SHA512 7766c7d0c14cec0d33dbd628e41d7d3aa384d888d596ee2c4346c78bbec840b57b55ddce7a939003a4925edb6e36aaa9632ba4b5cdbf246723c090effdddd51d -EBUILD libdbpp-postgresql-1.4.8.ebuild 566 BLAKE2B cb23ded5ac97431746c7fe48ae40e21808de00ee61ffce7a54c4e3097769f8c5730eadce2ebd75a4926561ab5affde52355a8330540a12d6c5696465e280b209 SHA512 407a4e93087d609c0dff239d45199022cf738784f3b64692761a1cb49f0be411c0ca38ad12875f84003c08544c234af4f6cdf2778fae8986b0b32a68e703608c +EBUILD libdbpp-postgresql-1.4.7.ebuild 557 BLAKE2B b5ef15559d423ffda6f42874faabf2d17990d8f5463da1c3dfd59111687f29ebde9756efbfab104ec2efd0534d3b064b93dc39b3f1fe8d9bfca2141449d2c04c SHA512 09745b532ecd09cba2f6d35842c2425e353da35d9caa31b568798e913e63a77ce239c367bbc4d79af5c6f5db53f033892680e131de7c9b9afb3d56580e9df030 +EBUILD libdbpp-postgresql-1.4.8.ebuild 557 BLAKE2B 4b37fa9bbbb8730059650ffa5d8fd911807af92726eb093b3f7a7e3fccebae33ce953bf54965ce7fd61718734f779a453c28fb9405c4cbefcf9f75ef3ce70bdb SHA512 d3fe66aa7099603fa12d23c015384785a515c04310cacaa96547dfb2ef1d367bbc2d8c27a2bd544d8f1f96b4b7d47153da8f1b9af706933b396e9b33ff8fb90c diff --git a/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.7.ebuild b/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.7.ebuild index 7e4f90a..34e2a84 100644 --- a/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.7.ebuild +++ b/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.7.ebuild @@ -19,7 +19,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} virtual/pkgconfig - dev-util/boost-build + dev-util/b2 " src_compile() { diff --git a/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.ebuild b/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.ebuild index 624374e..a3ea2ee 100644 --- a/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.ebuild +++ b/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.ebuild @@ -19,7 +19,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} virtual/pkgconfig - dev-util/boost-build + dev-util/b2 " src_compile() { |