Skip to content

Commit

Permalink
dev-db/mariadb: Update test instructions with USE changes
Browse files Browse the repository at this point in the history
Change ssl to openssl

Package-Manager: portage-2.2.23
  • Loading branch information
Brian Evans committed Oct 21, 2015
1 parent cbb7cfa commit 7cf3d2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-db/mariadb/mariadb-10.0.21-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
RDEPEND="${RDEPEND}"

# Official test instructions:
# USE='embedded extraengine perl ssl static-libs community' \
# USE='embedded extraengine perl openssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package
Expand Down
2 changes: 1 addition & 1 deletion dev-db/mariadb/mariadb-10.0.21.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
RDEPEND="${RDEPEND}"

# Official test instructions:
# USE='embedded extraengine perl ssl static-libs community' \
# USE='embedded extraengine perl openssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package
Expand Down
2 changes: 1 addition & 1 deletion dev-db/mariadb/mariadb-10.1.7_rc.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
RDEPEND="${RDEPEND}"

# Official test instructions:
# USE='client-libs community embedded extraengine perl server ssl static-libs tools' \
# USE='client-libs community embedded extraengine perl server openssl static-libs tools' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package
Expand Down
2 changes: 1 addition & 1 deletion dev-db/mariadb/mariadb-5.5.45.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RDEPEND="${RDEPEND}"
# and create your own mysql-extras tarball, looking at 000_index.txt

# Official test instructions:
# USE='embedded extraengine perl ssl static-libs community' \
# USE='embedded extraengine perl openssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package
Expand Down
2 changes: 1 addition & 1 deletion dev-db/mariadb/mariadb-5.5.46.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RDEPEND="${RDEPEND}"
# and create your own mysql-extras tarball, looking at 000_index.txt

# Official test instructions:
# USE='embedded extraengine perl ssl static-libs community' \
# USE='embedded extraengine perl openssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package
Expand Down

0 comments on commit 7cf3d2a

Please sign in to comment.