diff options
author | 2014-02-03 15:19:58 +0000 | |
---|---|---|
committer | 2014-02-03 15:19:58 +0000 | |
commit | 12ca91a2a3c556b344840a568f501f3ee50b7e77 (patch) | |
tree | bfdf63fc92711a2a9a5cb6c151a4e45b5aae93c5 /dev-python/python-gflags/python-gflags-2.0.ebuild | |
parent | Drop librpcsecgss dep as it is not used when libtirpc is utilized (which we d... (diff) | |
download | gentoo-2-12ca91a2a3c556b344840a568f501f3ee50b7e77.tar.gz gentoo-2-12ca91a2a3c556b344840a568f501f3ee50b7e77.tar.bz2 gentoo-2-12ca91a2a3c556b344840a568f501f3ee50b7e77.zip |
Move patch comments out of the ebuild and into the patches where they belong.
Diffstat (limited to 'dev-python/python-gflags/python-gflags-2.0.ebuild')
-rw-r--r-- | dev-python/python-gflags/python-gflags-2.0.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/dev-python/python-gflags/python-gflags-2.0.ebuild b/dev-python/python-gflags/python-gflags-2.0.ebuild index 013d5a3cd305..0e4291c8b4d5 100644 --- a/dev-python/python-gflags/python-gflags-2.0.ebuild +++ b/dev-python/python-gflags/python-gflags-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/python-gflags-2.0.ebuild,v 1.8 2013/09/05 18:47:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/python-gflags-2.0.ebuild,v 1.9 2014/02/03 15:19:57 vapier Exp $ EAPI="5" @@ -21,16 +21,9 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" PATCHES=( - # The scripts are installed as 'data' rather than scripts. - # http://code.google.com/p/python-gflags/issues/detail?id=12 "${FILESDIR}"/${P}-scripts-install.patch - - # Tests try to write to /tmp (sandbox). - # http://code.google.com/p/python-gflags/issues/detail?id=13 "${FILESDIR}"/${P}-tests-respect-tmpdir.patch - - # Skip test as root; Bug #475134 - "${FILESDIR}"/${P}-skip-test-as-root.patch + "${FILESDIR}"/${P}-skip-test-as-root.patch #475134 ) python_test() { |