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 604F11399E0 for ; Wed, 2 Sep 2015 16:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 373AB14244; Wed, 2 Sep 2015 16:53:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 614B414244 for ; Wed, 2 Sep 2015 16:53:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F527340861 for ; Wed, 2 Sep 2015 16:53:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA7B218A for ; Wed, 2 Sep 2015 16:53:49 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441212827.8d8c0cce04540616a56f0450018d393a2a554ac3.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/storm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/storm/storm-0.20-r1.ebuild X-VCS-Directories: dev-python/storm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8d8c0cce04540616a56f0450018d393a2a554ac3 X-VCS-Branch: master Date: Wed, 2 Sep 2015 16:53:49 +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: 84685a2a-9c64-4e16-8f84-eac2afdd713c X-Archives-Hash: 1fd6ac6359ee7501a1b4dfb015c75e61 commit: 8d8c0cce04540616a56f0450018d393a2a554ac3 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 2 16:53:11 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 2 16:53:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8c0cce dev-python/storm: Use append-cflags Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/storm/storm-0.20-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/storm/storm-0.20-r1.ebuild b/dev-python/storm/storm-0.20-r1.ebuild index 68da3aa..6849494 100644 --- a/dev-python/storm/storm-0.20-r1.ebuild +++ b/dev-python/storm/storm-0.20-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 PYTHON_REQ_USE="sqlite?" -inherit distutils-r1 +inherit distutils-r1 flag-o-matic DESCRIPTION="An object-relational mapper for Python developed at Canonical" HOMEPAGE="https://storm.canonical.com/ https://pypi.python.org/pypi/storm" @@ -24,11 +24,10 @@ RDEPEND="mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/fixtures[${PYTHON_USEDEP}] )" -CFLAGS="${CFLAGS} -fno-strict-aliasing" - DOCS="tests/tutorial.txt" pkg_setup() { + append-cflags -fno-strict-aliasing python-single-r1_pkg_setup }