diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-06 14:06:24 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-06 14:06:24 +0100 |
commit | 65ddd8d3aaad16aed44d15ffe5c8b00f7e2706a6 (patch) | |
tree | d6f3f49e63753d872daa81d802f6d368c7e09f8f /sys-apps/daemonize | |
parent | dev-vcs/git-flow: amd64 stable wrt bug #704822 (diff) | |
download | gentoo-65ddd8d3aaad16aed44d15ffe5c8b00f7e2706a6.tar.gz gentoo-65ddd8d3aaad16aed44d15ffe5c8b00f7e2706a6.tar.bz2 gentoo-65ddd8d3aaad16aed44d15ffe5c8b00f7e2706a6.zip |
sys-apps/daemonize: amd64 stable wrt bug #704824
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps/daemonize')
-rw-r--r-- | sys-apps/daemonize/daemonize-1.7.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/daemonize/daemonize-1.7.8.ebuild b/sys-apps/daemonize/daemonize-1.7.8.ebuild index 16382e7c34eb..af66ee9e4996 100644 --- a/sys-apps/daemonize/daemonize-1.7.8.ebuild +++ b/sys-apps/daemonize/daemonize-1.7.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/bmc/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DOCS=( CHANGELOG.md README.md ) |