On Wed 01/11/2017 13:05, Björn Ketelaars wrote:
> The Makefile for textproc/py-sphinx_guzzle_theme contains an error in the
> MAINTAINER line. Diff below corrects my mistake.
>
> --
> Björn Ketelaars
> GPG key: 0x4F0E5F21
>
>
> diff --git textproc/py-sphinx_guzzle_theme/Makefile
> textproc/py-sphinx_guzzle_theme/Makefile
> index 9ba705d1c30..c5b5a162e6f 100644
> --- textproc/py-sphinx_guzzle_theme/Makefile
> +++ textproc/py-sphinx_guzzle_theme/Makefile
> @@ -3,12 +3,13 @@
> COMMENT = sphinx theme used by guzzle
>
> MODPY_EGG_VERSION = 0.7.11
> +REVISION = 0
> DISTNAME = guzzle_sphinx_theme-${MODPY_EGG_VERSION}
> PKGNAME = py-sphinx_guzzle_theme-${MODPY_EGG_VERSION}
>
> CATEGORIES = textproc
>
> -MAINTAINER = Bjorn Ketelaars <[email protected]>
> +MAINTAINER = Bjorn Ketelaars <[email protected]>
>
> # MIT/OFL
> PERMIT_PACKAGE_CDROM = Yes
Ping?