summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libffi/libffi-3.1-r3.ebuild')
-rw-r--r--dev-libs/libffi/libffi-3.1-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libffi/libffi-3.1-r3.ebuild b/dev-libs/libffi/libffi-3.1-r3.ebuild
index cd8913226dfd..ee6ac2696b41 100644
--- a/dev-libs/libffi/libffi-3.1-r3.ebuild
+++ b/dev-libs/libffi/libffi-3.1-r3.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