diff options
Diffstat (limited to 'dev-python/pyoembed/pyoembed-9999.ebuild')
-rw-r--r-- | dev-python/pyoembed/pyoembed-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyoembed/pyoembed-9999.ebuild b/dev-python/pyoembed/pyoembed-9999.ebuild index 43d91fb2695b..c4f1d7eaffdf 100644 --- a/dev-python/pyoembed/pyoembed-9999.ebuild +++ b/dev-python/pyoembed/pyoembed-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/pyoembed-9999.ebuild,v 1.1 2014/06/12 03:06:08 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/pyoembed-9999.ebuild,v 1.2 2014/08/10 21:17:17 slyfox Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Python library for oEmbed with auto-discovered and manually added providers." +DESCRIPTION="Python library for oEmbed with auto-discovered and manually added providers" HOMEPAGE="https://github.com/rafaelmartins/pyoembed" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |