diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-11-27 03:52:16 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-11-27 03:52:16 +0000 |
commit | 8441501901de06e9d22622b8d6093dc036deb409 (patch) | |
tree | 40848e86525fb233b478c9ec57042658aaff0b73 /net-misc | |
parent | arm stable, bug #487332 (diff) | |
download | gentoo-2-8441501901de06e9d22622b8d6093dc036deb409.tar.gz gentoo-2-8441501901de06e9d22622b8d6093dc036deb409.tar.bz2 gentoo-2-8441501901de06e9d22622b8d6093dc036deb409.zip |
arm stable, bug #487332
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/netifrc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/netifrc/ChangeLog b/net-misc/netifrc/ChangeLog index 4a628c0fe279..7cca557e9895 100644 --- a/net-misc/netifrc/ChangeLog +++ b/net-misc/netifrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/netifrc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.9 2013/11/24 14:27:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.10 2013/11/27 03:52:16 zerochaos Exp $ + + 27 Nov 2013; Rick Farina <zerochaos@gentoo.org> netifrc-0.1.ebuild: + arm stable, bug #487332 24 Nov 2013; Pacho Ramos <pacho@gentoo.org> netifrc-0.1.ebuild: amd64 stable, bug #487332 diff --git a/net-misc/netifrc/netifrc-0.1.ebuild b/net-misc/netifrc/netifrc-0.1.ebuild index dbd41bfbd1ac..478dc49fd7cb 100644 --- a/net-misc/netifrc/netifrc-0.1.ebuild +++ b/net-misc/netifrc/netifrc-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.1.ebuild,v 1.5 2013/11/24 14:27:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.1.ebuild,v 1.6 2013/11/27 03:52:16 zerochaos Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-2 else SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" - KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" |