From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4F2E313800E for ; Fri, 27 Jul 2012 16:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44110E04D6; Fri, 27 Jul 2012 16:09:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 17681E04D6 for ; Fri, 27 Jul 2012 16:09:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8028E1B4080 for ; Fri, 27 Jul 2012 16:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9DB97E5448 for ; Fri, 27 Jul 2012 16:09:03 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1333984924.2417149783f1353f372a879a0f1a40d00a0b77a4.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/ X-VCS-Repository: proj/mysql X-VCS-Files: dev-db/mariadb/mariadb-5.3.6.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 2417149783f1353f372a879a0f1a40d00a0b77a4 X-VCS-Branch: master Date: Fri, 27 Jul 2012 16:09:03 +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: b011473b-ccd0-405d-b478-051c0f99e491 X-Archives-Hash: 3948a00ab62fee1ca5ad4b01ef907910 commit: 2417149783f1353f372a879a0f1a40d00a0b77a4 Author: Brian Evans lavabit com> AuthorDate: Mon Apr 9 15:22:04 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Apr 9 15:22:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=24171497 Fix MY_PV which is not needed for this release --- dev-db/mariadb/mariadb-5.3.6.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dev-db/mariadb/mariadb-5.3.6.ebuild b/dev-db/mariadb/mariadb-5.3.6.ebuild index 573efa2..ace7037 100644 --- a/dev-db/mariadb/mariadb-5.3.6.ebuild +++ b/dev-db/mariadb/mariadb-5.3.6.ebuild @@ -9,7 +9,7 @@ EAPI="4" BUILD="autotools" # Suffix on files... -MY_PV="$PV-ga" +#MY_PV="$PV-ga" inherit toolchain-funcs mysql-v2 # only to make repoman happy. it is really set in the eclass