diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-05-09 15:36:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-05-09 15:36:48 +0000 |
commit | 337509195e73348ec4b78c4f50892a1f5e1e9e1c (patch) | |
tree | 43615102b8ea2685a4541677f950877fc6955e5d /net-misc/netifrc | |
parent | amd64/x86 stable wrt #507070 (diff) | |
download | gentoo-2-337509195e73348ec4b78c4f50892a1f5e1e9e1c.tar.gz gentoo-2-337509195e73348ec4b78c4f50892a1f5e1e9e1c.tar.bz2 gentoo-2-337509195e73348ec4b78c4f50892a1f5e1e9e1c.zip |
amd64/x86 stable wrt #507070
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'net-misc/netifrc')
-rw-r--r-- | net-misc/netifrc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/netifrc/ChangeLog b/net-misc/netifrc/ChangeLog index 8f7eb97476a1..260f35b1aa66 100644 --- a/net-misc/netifrc/ChangeLog +++ b/net-misc/netifrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/netifrc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.26 2014/04/18 05:40:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.27 2014/05/09 15:36:48 ssuominen Exp $ + + 09 May 2014; Samuli Suominen <ssuominen@gentoo.org> netifrc-0.2.2.ebuild: + amd64/x86 stable wrt #507070 18 Apr 2014; Markus Meier <maekke@gentoo.org> netifrc-0.2.2.ebuild: arm stable, bug #507070 diff --git a/net-misc/netifrc/netifrc-0.2.2.ebuild b/net-misc/netifrc/netifrc-0.2.2.ebuild index 5b20996ed29c..64a790f2be7c 100644 --- a/net-misc/netifrc/netifrc-0.2.2.ebuild +++ b/net-misc/netifrc/netifrc-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.2.2.ebuild,v 1.3 2014/04/18 05:40:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.2.2.ebuild,v 1.4 2014/05/09 15:36:48 ssuominen Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-2 else SRC_URI="http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" |