diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-08-04 08:53:53 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-08-04 08:53:53 +0100 |
commit | e3872864be25f7421015bef2732fa57c0c9fb726 (patch) | |
tree | 9cb29a544215119b5c5538e37211b994ce1c87ae /www-misc/bookmarksync | |
parent | 480486b52ea64765faf696c88b2c6a26a5a454d4 (diff) |
gentoo resync : 04.08.2018
Diffstat (limited to 'www-misc/bookmarksync')
-rw-r--r-- | www-misc/bookmarksync/Manifest | 2 | ||||
-rw-r--r-- | www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild (renamed from www-misc/bookmarksync/bookmarksync-0.3.4-r2.ebuild) | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www-misc/bookmarksync/Manifest b/www-misc/bookmarksync/Manifest index 52009ba11b36..9259536d7ec9 100644 --- a/www-misc/bookmarksync/Manifest +++ b/www-misc/bookmarksync/Manifest @@ -1,3 +1,3 @@ DIST bookmarksync-0.3.4.tar.gz 14324 BLAKE2B f180ab1705b550ba1449c1dd4cacdee2071d7e5889d2455358637d9a117ce98289cb62b0fe1732bc7be31ae89c8d0766a8d4640dd7a103399c8e9cf57f1ee24f SHA512 97464e32e9c21010eccf34b9bc94ce67d20f9b7a1f00b4e10e7096c0bde527a8b2a83a05c8623aa009fa0ab1895b025241aba2dfaf6881755bf05682b9e710d0 -EBUILD bookmarksync-0.3.4-r2.ebuild 845 BLAKE2B fb7895eb0aaed525d08b7299ce83a6cd3a7a32bba26be71c0653124e83b230f55bb3008dfa211ee3d54d100518aba77803a1d3b4856472e76fe212a2b7c5a992 SHA512 247141b6b7caf814d8943f6bd265335d2a6899ebe76ae9f1fd22af15fd1687ff01181626d8a15083829530fa3a0719e50900e43a5c7e44d5b401dde9df20fc81 +EBUILD bookmarksync-0.3.4-r3.ebuild 852 BLAKE2B 94ddb17ad625e72d614ab1b95795ddb199904f10af2f84525fdcc1d5ed04c8c74d0ddf37b369ae7223d9e8362f41b2af7f265ae22cbe0ed309ca4ad190dc20de SHA512 40530a1cbda4595a4439d855cba07d36745d3915ab8f68a1b6aaafde15848a4ec392165cce54b78b66b6f82a1632d24bff4c9662e09e40ceb7a06d636cfdf76e MISC metadata.xml 500 BLAKE2B f3df03037bf92321367032fd20746c458d13355caf66cbe2d675ac7a0f5c359d4fb6cad0751cf8673a817d4d20aabfd14d68e84a2d04a10f2003543f2d8f1c89 SHA512 fa87dc923d87b2126f2f4a75d2089dc5fa82e3f9cb362e46b0cec174aa1cc705abecd2242b208ac6b89af743ae106cc7913029887ab8e0112c20158fd92bd7fe diff --git a/www-misc/bookmarksync/bookmarksync-0.3.4-r2.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild index ade6c8153bbf..288100d55459 100644 --- a/www-misc/bookmarksync/bookmarksync-0.3.4-r2.ebuild +++ b/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="2" +EAPI=7 inherit toolchain-funcs @@ -21,6 +21,7 @@ RDEPEND="${DEPEND} perl? ( dev-lang/perl )" src_prepare() { + default sed -i Makefile \ -e 's|g++|$(CXX) $(CFLAGS)|g' \ -e 's| -o | $(LDFLAGS)&|g' \ |