diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-01-16 07:51:37 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-01-16 07:51:37 +0000 |
commit | 4bb9a9413b11c68c9fadc24f9a0336ebf0c29158 (patch) | |
tree | a13915e7374902f3c161a230377a0cafa6ae18d4 /net-analyzer | |
parent | Mark m68k/s390 stable. (diff) | |
download | gentoo-2-4bb9a9413b11c68c9fadc24f9a0336ebf0c29158.tar.gz gentoo-2-4bb9a9413b11c68c9fadc24f9a0336ebf0c29158.tar.bz2 gentoo-2-4bb9a9413b11c68c9fadc24f9a0336ebf0c29158.zip |
Add ~amd64-linux and ~x86-linux keywords
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ethstatus/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ethstatus/ethstatus-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ethstatus/ChangeLog b/net-analyzer/ethstatus/ChangeLog index e11d83838b06..4988a3b5d5ad 100644 --- a/net-analyzer/ethstatus/ChangeLog +++ b/net-analyzer/ethstatus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ethstatus # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ChangeLog,v 1.14 2014/01/16 07:38:04 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ChangeLog,v 1.15 2014/01/16 07:51:37 pinkbyte Exp $ + + 16 Jan 2014; Sergey Popov <pinkbyte@gentoo.org> ethstatus-0.4.3.ebuild: + Add ~amd64-linux and ~x86-linux keywords 16 Jan 2014; Sergey Popov <pinkbyte@gentoo.org> ethstatus-0.4.3.ebuild: Stable on amd64 and x86, wrt bug #495832 diff --git a/net-analyzer/ethstatus/ethstatus-0.4.3.ebuild b/net-analyzer/ethstatus/ethstatus-0.4.3.ebuild index 1b28f4a5ae1c..96acb1bd8890 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-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.3 2014/01/16 07:38:04 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.3.ebuild,v 1.4 2014/01/16 07:51:37 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 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=sys-libs/ncurses-5.4-r1" |