diff options
author | 2015-02-28 17:21:55 +0000 | |
---|---|---|
committer | 2015-02-28 17:21:55 +0000 | |
commit | 0a43e513d9b331974cb4d512bfdc59ea72221724 (patch) | |
tree | d13f6a40cae2b8363d902198fd3c24e4b79ec826 /app-text/pspdftool/pspdftool-9999.ebuild | |
parent | Move KEYWORDS to another line to avoid bug #399061 (diff) | |
download | gentoo-2-0a43e513d9b331974cb4d512bfdc59ea72221724.tar.gz gentoo-2-0a43e513d9b331974cb4d512bfdc59ea72221724.tar.bz2 gentoo-2-0a43e513d9b331974cb4d512bfdc59ea72221724.zip |
Move KEYWORDS to another line to avoid bug #399061
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
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" |