diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-21 01:05:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-21 01:05:50 +0300 |
commit | 1d3fad4f14422ea33b5d2b9530e5c4c45a1c7cc3 (patch) | |
tree | 823dee207576bdba4e2d9d96cf22e9e9232b6589 /app-doc | |
parent | sys-fs/cryptsetup: Enable Python 3.7 support (diff) | |
download | gentoo-1d3fad4f14422ea33b5d2b9530e5c4c45a1c7cc3.tar.gz gentoo-1d3fad4f14422ea33b5d2b9530e5c4c45a1c7cc3.tar.bz2 gentoo-1d3fad4f14422ea33b5d2b9530e5c4c45a1c7cc3.zip |
app-doc/clsync-docs: mark stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/clsync-docs/clsync-docs-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild b/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild index 104b181d2ef0..80ae3e55b4a1 100644 --- a/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild +++ b/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ MY_PN="${PN%-docs}" MY_P="${MY_PN}-${PV}" SRC_URI="https://github.com/xaionaro/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" S="${WORKDIR}/${MY_P}" DESCRIPTION="Clsync and libclsync API documentation" |