summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2014-06-14 10:43:41 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2014-06-14 10:43:41 +0000
commit7c3741c987e90e94f7e4a8de43dd6da68e069887 (patch)
tree146e5a8e4c3b22235aec5a95f96241586b559d48 /net-misc/netctl
parentx86 stable wrt bug #510672 (diff)
downloadgentoo-2-7c3741c987e90e94f7e4a8de43dd6da68e069887.tar.gz
gentoo-2-7c3741c987e90e94f7e4a8de43dd6da68e069887.tar.bz2
gentoo-2-7c3741c987e90e94f7e4a8de43dd6da68e069887.zip
x86 stable wrt bug #510880
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'net-misc/netctl')
-rw-r--r--net-misc/netctl/ChangeLog5
-rw-r--r--net-misc/netctl/netctl-1.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/netctl/ChangeLog b/net-misc/netctl/ChangeLog
index 2b06769d46cf..147f18566f08 100644
--- a/net-misc/netctl/ChangeLog
+++ b/net-misc/netctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/netctl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.20 2014/05/23 20:30:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.21 2014/06/14 10:43:41 phajdan.jr Exp $
+
+ 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> netctl-1.6.ebuild:
+ x86 stable wrt bug #510880
23 May 2014; Markos Chandras <hwoarang@gentoo.org> netctl-1.6.ebuild:
Stable on amd64 wrt bug #510880
diff --git a/net-misc/netctl/netctl-1.6.ebuild b/net-misc/netctl/netctl-1.6.ebuild
index 0134d56a2636..66caf89074f9 100644
--- a/net-misc/netctl/netctl-1.6.ebuild
+++ b/net-misc/netctl/netctl-1.6.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-misc/netctl/netctl-1.6.ebuild,v 1.2 2014/05/23 20:30:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.6.ebuild,v 1.3 2014/06/14 10:43:41 phajdan.jr Exp $
EAPI=5
@@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then
DEPEND="app-text/asciidoc"
else
SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz"
- KEYWORDS="amd64 ~x86"
+ KEYWORDS="amd64 x86"
fi
DESCRIPTION="Profile based network connection tool from Arch Linux"