diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-16 06:51:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-16 06:51:23 +0000 |
commit | 26a539c633e852e94d89671cbcaa316954576a13 (patch) | |
tree | 9c9c231209cb8063b246673bcc0743d8bdb8c829 /sys-apps/iproute2 | |
parent | Mark m68k/s390/sh stable. (diff) | |
download | gentoo-2-26a539c633e852e94d89671cbcaa316954576a13.tar.gz gentoo-2-26a539c633e852e94d89671cbcaa316954576a13.tar.bz2 gentoo-2-26a539c633e852e94d89671cbcaa316954576a13.zip |
Mark sh stable.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-3.8.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index f3b51ffc65c6..e89abb9bf87d 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/iproute2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.227 2013/12/02 07:14:20 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.228 2014/01/16 06:51:23 vapier Exp $ + + 16 Jan 2014; Mike Frysinger <vapier@gentoo.org> iproute2-3.8.0.ebuild: + Mark sh stable. 02 Dec 2013; Mike Frysinger <vapier@gentoo.org> iproute2-3.11.0.ebuild, iproute2-3.12.0.ebuild, iproute2-3.8.0.ebuild: diff --git a/sys-apps/iproute2/iproute2-3.8.0.ebuild b/sys-apps/iproute2/iproute2-3.8.0.ebuild index 8548f871ddf5..b14ad644c8a5 100644 --- a/sys-apps/iproute2/iproute2-3.8.0.ebuild +++ b/sys-apps/iproute2/iproute2-3.8.0.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/sys-apps/iproute2/iproute2-3.8.0.ebuild,v 1.15 2013/12/02 07:14:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.8.0.ebuild,v 1.16 2014/01/16 06:51:23 vapier Exp $ EAPI="4" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 ~sh sparc x86" + KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities" |