diff options
author | 2015-01-14 03:25:38 +0000 | |
---|---|---|
committer | 2015-01-14 03:25:38 +0000 | |
commit | 1a9ea9b9e4ebf97ae477f6e932c29bfe6cce48b5 (patch) | |
tree | 9bb84658b69a2da688431c21b44f34da8a87f9e7 /dev-python/translationstring/translationstring-1.3.ebuild | |
parent | ppc/ppc64 stable, wrt bug #534858 (diff) | |
download | gentoo-2-1a9ea9b9e4ebf97ae477f6e932c29bfe6cce48b5.tar.gz gentoo-2-1a9ea9b9e4ebf97ae477f6e932c29bfe6cce48b5.tar.bz2 gentoo-2-1a9ea9b9e4ebf97ae477f6e932c29bfe6cce48b5.zip |
re-add README.txt to DOCS, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/translationstring/translationstring-1.3.ebuild')
-rw-r--r-- | dev-python/translationstring/translationstring-1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/translationstring/translationstring-1.3.ebuild b/dev-python/translationstring/translationstring-1.3.ebuild index c8d3f2378f01..b2220ac48023 100644 --- a/dev-python/translationstring/translationstring-1.3.ebuild +++ b/dev-python/translationstring/translationstring-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/translationstring/translationstring-1.3.ebuild,v 1.2 2014/12/08 04:05:53 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/translationstring/translationstring-1.3.ebuild,v 1.3 2015/01/14 03:25:38 idella4 Exp $ EAPI=5 @@ -21,7 +21,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" # Include COPYRIGHT.txt because the license seems to require it. -DOCS=( COPYRIGHT.txt ) +DOCS=( COPYRIGHT.txt README.txt ) python_test() { esetup.py test || die |