Skip to content

Commit

Permalink
mysql-multilib-r1.eclass: Fix virtual/mysql USE dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Evans committed Mar 10, 2016
1 parent 1558856 commit 11c42b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/mysql-multilib-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ DEPEND="${DEPEND}
# For other stuff to bring us in
# dev-perl/DBD-mysql is needed by some scripts installed by MySQL
PDEPEND="${PDEPEND} perl? ( >=dev-perl/DBD-mysql-2.9004 )
~virtual/mysql-${MYSQL_PV_MAJOR}[embedded=,static=,static-libs=]
~virtual/mysql-${MYSQL_PV_MAJOR}[embedded=,static=]
virtual/libmysqlclient:${SLOT}[${MULTILIB_USEDEP},static-libs=]"

# my_config.h includes ABI specific data
Expand Down

0 comments on commit 11c42b2

Please sign in to comment.