diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-16 09:38:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 09:42:10 +0200 |
commit | 722f1a03da31160306e157a36a4d5b02cf140892 (patch) | |
tree | 0bcfa0189babb009cd3519eb471bebb13b42a987 /virtual | |
parent | dev-ruby/bindata: Remove old (diff) | |
download | gentoo-722f1a03da31160306e157a36a4d5b02cf140892.tar.gz gentoo-722f1a03da31160306e157a36a4d5b02cf140892.tar.bz2 gentoo-722f1a03da31160306e157a36a4d5b02cf140892.zip |
virtual/mysql: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/mysql/mysql-5.5-r2.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/mysql/mysql-5.5-r2.ebuild b/virtual/mysql/mysql-5.5-r2.ebuild deleted file mode 100644 index 0c529acfa516..000000000000 --- a/virtual/mysql/mysql-5.5-r2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Virtual for MySQL client or database" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="static static-libs" - -RDEPEND="|| ( - =dev-db/mariadb-${PV}*[static?,static-libs(-)?] - =dev-db/mysql-${PV}*[static?,static-libs(-)?] - =dev-db/mysql-cluster-7.2*[static?,static-libs(-)?] -)" |