diff options
-rw-r--r-- | sys-block/nbd/nbd-3.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/nbd/nbd-3.18.ebuild b/sys-block/nbd/nbd-3.18.ebuild index c02131c2e628..036566cb62f2 100644 --- a/sys-block/nbd/nbd-3.18.ebuild +++ b/sys-block/nbd/nbd-3.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ if [[ "${PV}" = 9999 ]] ; then EGIT_REPO_URI="https://github.com/NetworkBlockDevice/nbd.git" else SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86" fi LICENSE="GPL-2" SLOT="0" |