5 Commits

Author SHA1 Message Date
Michał Górny
064af661d0
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline:

    pkgcheck scan -c RestrictTestCheck -R FormatReporter \
      --format '{category}/{package}/{package}-{version}.ebuild' |
    xargs -n32 grep -L RESTRICT |
    xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"'

The resulting metadata was compared before and after the change.
Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip
added by the eclass.  Two ebuilds have to be fixed because of multiline
IUSE.

Suggested-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13942
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-12-11 00:22:38 +01:00
Michał Górny
ccc50fe5e7
*/*: Fix obsolete copyrights
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-10-10 14:19:32 +02:00
Sergey Popov
1f3fafce7f
dev-db/sqlcipher: fix building with LibreSSL 2.8
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Reported-by: Dmitry Grigoriev <dimgel@mail.ru>
Closes: https://bugs.gentoo.org/678502
Package-Manager: Portage-2.3.51, Repoman-2.3.10
2019-02-26 12:54:37 +03:00
Sergey Popov
4976bc0965
dev-db/sqlcipher: stable on amd64/x86
Bug: https://bugs.gentoo.org/634826
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-07-19 16:05:49 +03:00
Sergey Popov
754dfca1c1
dev-db/sqlcipher: version bump
Fix automagic dependency on dev-libs/libedit

Reported-by: Andreas Sturmlechner <asturm@gentoo.org>
Gentoo-Bug: 634826
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-02-18 11:40:25 +03:00