diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-07-07 05:37:38 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-08 03:52:08 +1000 |
commit | 6940334006ec4e34ddc14a800b50fe1cb4c1a289 (patch) | |
tree | e0643aaee36c223d881df12d5a69e0026a96e87e /net-misc/smb4k | |
parent | net-libs/libkolab: drop ~ppc/~ppc64 keyword (diff) | |
download | gentoo-6940334006ec4e34ddc14a800b50fe1cb4c1a289.tar.gz gentoo-6940334006ec4e34ddc14a800b50fe1cb4c1a289.tar.bz2 gentoo-6940334006ec4e34ddc14a800b50fe1cb4c1a289.zip |
net-misc/smb4k: drop ~ppc keyword
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-misc/smb4k')
-rw-r--r-- | net-misc/smb4k/smb4k-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/smb4k/smb4k-1.2.1.ebuild b/net-misc/smb4k/smb4k-1.2.1.ebuild index fdd7acd2a64e..2f13f9dfd3f3 100644 --- a/net-misc/smb4k/smb4k-1.2.1.ebuild +++ b/net-misc/smb4k/smb4k-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="4" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="debug" RDEPEND=">=net-fs/samba-3.4.2[cups]" |