diff options
Diffstat (limited to 'net-analyzer/ethstatus/ethstatus-0.4.3.ebuild')
-rw-r--r-- | net-analyzer/ethstatus/ethstatus-0.4.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/ethstatus/ethstatus-0.4.3.ebuild b/net-analyzer/ethstatus/ethstatus-0.4.3.ebuild index 504159745686..1b28f4a5ae1c 100644 --- a/net-analyzer/ethstatus/ethstatus-0.4.3.ebuild +++ b/net-analyzer/ethstatus/ethstatus-0.4.3.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-analyzer/ethstatus/ethstatus-0.4.3.ebuild,v 1.2 2013/06/12 00:22:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.3.ebuild,v 1.3 2014/01/16 07:38:04 pinkbyte Exp $ EAPI=5 inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/e/ethstatus/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" RDEPEND=">=sys-libs/ncurses-5.4-r1" |