From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D45F139696 for ; Sat, 22 Jul 2017 00:53:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46E1DE0B7D; Sat, 22 Jul 2017 00:53:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21083E0B78 for ; Sat, 22 Jul 2017 00:53:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEE48341885 for ; Sat, 22 Jul 2017 00:53:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C27374B8 for ; Sat, 22 Jul 2017 00:53:17 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1500683884.fddd505c257b75951fc2f4b77cfa90a45bfa7fd2.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb/mariadb-5.5.57.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: fddd505c257b75951fc2f4b77cfa90a45bfa7fd2 X-VCS-Branch: master Date: Sat, 22 Jul 2017 00:53:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 73d03c1c-a38c-47fb-a708-dfb5f34993ea X-Archives-Hash: 08cc8fe08e09a9d983bbfe9cd85c77f8 commit: fddd505c257b75951fc2f4b77cfa90a45bfa7fd2 Author: Brian Evans gentoo org> AuthorDate: Sat Jul 22 00:38:04 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Sat Jul 22 00:38:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddd505c dev-db/mariadb: Set subslot on 5.5.57 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-db/mariadb/mariadb-5.5.57.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/mariadb/mariadb-5.5.57.ebuild b/dev-db/mariadb/mariadb-5.5.57.ebuild index aa0132d8a7b..0619086e848 100644 --- a/dev-db/mariadb/mariadb-5.5.57.ebuild +++ b/dev-db/mariadb/mariadb-5.5.57.ebuild @@ -19,6 +19,7 @@ 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