Mark shlibs_required/shlibs_provided lines as temporary, following

brief discussion with bapt.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-02-04 21:27:03 +00:00
parent 123099f316
commit 8ce2c90c26
4 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@ licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
# XXX: Temporary.
shlibs_required: [
"librtld_db.so.2"
]

View File

@ -15,6 +15,7 @@ licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
# XXX: Temporary.
shlibs_required: [
"libthr.so.3"
]

View File

@ -15,6 +15,7 @@ licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
# XXX: Temporary.
shlibs_provided: [
"librtld_db.so.2"
]

View File

@ -15,6 +15,7 @@ licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
# XXX: Temporary.
shlibs_required: [
"libc.so.7"
]