summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libffi/libffi-3.0.13-r1.ebuild')
-rw-r--r--dev-libs/libffi/libffi-3.0.13-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libffi/libffi-3.0.13-r1.ebuild b/dev-libs/libffi/libffi-3.0.13-r1.ebuild
index 44d624fb136d..be711ccd45f1 100644
--- a/dev-libs/libffi/libffi-3.0.13-r1.ebuild
+++ b/dev-libs/libffi/libffi-3.0.13-r1.ebuild
@@ -23,7 +23,7 @@ DOCS="ChangeLog* README"
ECONF_SOURCE=${S}
pkg_setup() {
- # Check for orphaned libffi, see http://bugs.gentoo.org/354903 for example
+ # Check for orphaned libffi, see https://bugs.gentoo.org/354903 for example
if [[ ${ROOT} == "/" && ${EPREFIX} == "" ]] && ! has_version ${CATEGORY}/${PN}; then
local base="${T}"/conftest
echo 'int main() { }' > "${base}".c