diff options
-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 fd20e6cb8eb3..4babfa91f7db 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.6 2013/08/28 16:15:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.7 2013/11/12 13:50:33 jer Exp $ + + 12 Nov 2013; Jeroen Roovers <jer@gentoo.org> netifrc-0.1.ebuild: + Stable for HPPA (bug #487332). 28 Aug 2013; Robin H. Johnson <robbat2@gentoo.org> netifrc-9999.ebuild: Per bug #482604, start include a changelog. Also install the other docs. diff --git a/net-misc/netifrc/netifrc-0.1.ebuild b/net-misc/netifrc/netifrc-0.1.ebuild index 7494b00ca56b..4ac99aa543a6 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.2 2013/08/20 19:41:46 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.1.ebuild,v 1.3 2013/11/12 13:50:33 jer 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" |