diff options
author | 2017-07-21 20:52:47 -0400 | |
---|---|---|
committer | 2017-07-21 20:52:47 -0400 | |
commit | 40da18f347974b716360c6e74ce38c2856236df1 (patch) | |
tree | ccc18d82769aeff7113e388919590445e3907ea8 /dev-db | |
parent | dev-db/mariadb: Fix repoman warnings (diff) | |
download | gentoo-40da18f347974b716360c6e74ce38c2856236df1.tar.gz gentoo-40da18f347974b716360c6e74ce38c2856236df1.tar.bz2 gentoo-40da18f347974b716360c6e74ce38c2856236df1.zip |
dev-db/mysql: Add subslot to 5.5.57
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.5.57.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-db/mysql/mysql-5.5.57.ebuild b/dev-db/mysql/mysql-5.5.57.ebuild index 3fbfb582d1da..b34282c99920 100644 --- a/dev-db/mysql/mysql-5.5.57.ebuild +++ b/dev-db/mysql/mysql-5.5.57.ebuild @@ -28,6 +28,8 @@ EPATCH_EXCLUDE='' DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )" RDEPEND="${RDEPEND}" +SLOT="0/18" + # Please do not add a naive src_unpack to this ebuild # If you want to add a single patch, copy the ebuild to an overlay # and create your own mysql-extras tarball, looking at 000_index.txt |