diff options
author | 2014-07-14 18:16:22 +0000 | |
---|---|---|
committer | 2014-07-14 18:16:22 +0000 | |
commit | b5d725d04fbdb2133ba3b090e62361be70a9bcd0 (patch) | |
tree | b4b66d1a5044edaf46f5a828d02af74fefc3e75d /net-misc/netifrc | |
parent | Version bump (diff) | |
download | gentoo-2-b5d725d04fbdb2133ba3b090e62361be70a9bcd0.tar.gz gentoo-2-b5d725d04fbdb2133ba3b090e62361be70a9bcd0.tar.bz2 gentoo-2-b5d725d04fbdb2133ba3b090e62361be70a9bcd0.zip |
sparc stable wrt bug #507070
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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 02d2af4107f0..e3870db6b4de 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.28 2014/07/14 16:00:09 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.29 2014/07/14 18:16:22 zlogene Exp $ + + 14 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> netifrc-0.2.2.ebuild: + sparc stable wrt bug #507070 14 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> netifrc-0.2.2.ebuild: alpha stable wrt bug #507070 diff --git a/net-misc/netifrc/netifrc-0.2.2.ebuild b/net-misc/netifrc/netifrc-0.2.2.ebuild index 82c7522b1bdf..434136ecc489 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.5 2014/07/14 16:00:09 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.2.2.ebuild,v 1.6 2014/07/14 18:16:22 zlogene 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" |