diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-08-20 21:44:40 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-20 21:47:04 +0200 |
commit | 9e67c73fb693c5fa356141e994a6d92bb45c7851 (patch) | |
tree | 9b552ec7ab1ebe24ed87b5d28847e4514876222d | |
parent | app-misc/linuxspa: EAPI 6 bump (diff) | |
download | gentoo-9e67c73fb693c5fa356141e994a6d92bb45c7851.tar.gz gentoo-9e67c73fb693c5fa356141e994a6d92bb45c7851.tar.bz2 gentoo-9e67c73fb693c5fa356141e994a6d92bb45c7851.zip |
app-misc/linuxspa: stable for x86
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r-- | app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild b/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild index 6809e385a14c..d372d99c581c 100644 --- a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild +++ b/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" S="${WORKDIR}/${MY_PN}" |