diff options
Diffstat (limited to 'app-text/pspdftool/pspdftool-9999.ebuild')
-rw-r--r-- | app-text/pspdftool/pspdftool-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/pspdftool/pspdftool-9999.ebuild b/app-text/pspdftool/pspdftool-9999.ebuild index cd75b5c24246..31610932c129 100644 --- a/app-text/pspdftool/pspdftool-9999.ebuild +++ b/app-text/pspdftool/pspdftool-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pspdftool/pspdftool-9999.ebuild,v 1.2 2012/01/12 16:21:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspdftool/pspdftool-9999.ebuild,v 1.3 2015/02/28 17:21:55 ago Exp $ EAPI=4 @@ -14,7 +14,8 @@ unset EXTRA_ECLASS DESCRIPTION="Tool for prepress preparation of PDF and PostScript documents" HOMEPAGE="http://sourceforge.net/projects/pspdftool" [[ "${PV}" == "9999" ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -[[ "${PV}" == "9999" ]] || KEYWORDS="~amd64 ~x86" +[[ "${PV}" == "9999" ]] || \ +KEYWORDS="~amd64 ~x86" LICENSE="GPL-2" SLOT="0" |