diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-14 21:11:54 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-14 21:11:54 +0000 |
commit | ef247ea377f9eb3d179169ebb08cf5d10f2a5b6a (patch) | |
tree | b8d75664f035146e2661a9abecee1dd567419407 /net-misc/netifrc | |
parent | ia64 stable, bug #487332 (thanks to Emeric Maschino for testing) (diff) | |
download | gentoo-2-ef247ea377f9eb3d179169ebb08cf5d10f2a5b6a.tar.gz gentoo-2-ef247ea377f9eb3d179169ebb08cf5d10f2a5b6a.tar.bz2 gentoo-2-ef247ea377f9eb3d179169ebb08cf5d10f2a5b6a.zip |
ia64 stable, bug #487332 (thanks to Emeric Maschino for testing)
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-misc/netifrc')
-rw-r--r-- | net-misc/netifrc/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/netifrc/ChangeLog b/net-misc/netifrc/ChangeLog index aa09d8571d83..43f36e46391e 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.12 2013/11/30 17:59:24 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.13 2014/01/14 21:11:54 pacho Exp $ + + 14 Jan 2014; Pacho Ramos <pacho@gentoo.org> netifrc-0.1.ebuild: + ia64 stable, bug #487332 (thanks to Emeric Maschino for testing) 30 Nov 2013; Jeroen Roovers <jer@gentoo.org> metadata.xml: Typo. diff --git a/net-misc/netifrc/netifrc-0.1.ebuild b/net-misc/netifrc/netifrc-0.1.ebuild index 235ac193b43b..8c298cf2a5da 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 +# 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.1.ebuild,v 1.7 2013/11/29 18:03:37 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.1.ebuild,v 1.8 2014/01/14 21:11:54 pacho 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" |