diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:49:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:49:43 +0000 |
commit | 4eacb4e6b54613d42d75d31d312dc6dede4a2db4 (patch) | |
tree | 72c800e3ca88c35905e3e4bc62df9efe72d982cb /net-misc | |
parent | Stable for x86, wrt bug #490684 (diff) | |
download | gentoo-2-4eacb4e6b54613d42d75d31d312dc6dede4a2db4.tar.gz gentoo-2-4eacb4e6b54613d42d75d31d312dc6dede4a2db4.tar.bz2 gentoo-2-4eacb4e6b54613d42d75d31d312dc6dede4a2db4.zip |
Stable for x86, wrt bug #488638
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/netctl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/netctl/netctl-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/netctl/ChangeLog b/net-misc/netctl/ChangeLog index b7a7c2850545..77ced4d5c286 100644 --- a/net-misc/netctl/ChangeLog +++ b/net-misc/netctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/netctl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.15 2013/11/11 02:38:38 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.16 2013/12/24 12:49:43 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> netctl-1.4.ebuild: + Stable for x86, wrt bug #488638 *netctl-1.4 (11 Nov 2013) diff --git a/net-misc/netctl/netctl-1.4.ebuild b/net-misc/netctl/netctl-1.4.ebuild index b43630e3082b..5d36817b3ca8 100644 --- a/net-misc/netctl/netctl-1.4.ebuild +++ b/net-misc/netctl/netctl-1.4.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/netctl/netctl-1.4.ebuild,v 1.1 2013/11/11 02:38:38 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.4.ebuild,v 1.2 2013/12/24 12:49:43 ago 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" |