diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-18 18:38:51 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-18 18:38:51 +0000 |
commit | a17e365c0f6efdec90aa6c9b4150db84618edad8 (patch) | |
tree | 02d6f0ed604e090f3877aebbdae86b810b0236cc /net-misc/netctl | |
parent | amd64 stable, bug #491916 (diff) | |
download | gentoo-2-a17e365c0f6efdec90aa6c9b4150db84618edad8.tar.gz gentoo-2-a17e365c0f6efdec90aa6c9b4150db84618edad8.tar.bz2 gentoo-2-a17e365c0f6efdec90aa6c9b4150db84618edad8.zip |
amd64 stable, bug #488638
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-misc/netctl')
-rw-r--r-- | net-misc/netctl/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/netctl/netctl-1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/netctl/ChangeLog b/net-misc/netctl/ChangeLog index 77ced4d5c286..eed19fbe7cff 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.16 2013/12/24 12:49:43 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.17 2014/01/18 18:38:51 pacho Exp $ + + 18 Jan 2014; Pacho Ramos <pacho@gentoo.org> netctl-1.4.ebuild: + amd64 stable, bug #488638 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> netctl-1.4.ebuild: Stable for x86, wrt bug #488638 diff --git a/net-misc/netctl/netctl-1.4.ebuild b/net-misc/netctl/netctl-1.4.ebuild index 5d36817b3ca8..948d1536257e 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 +# 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.4.ebuild,v 1.2 2013/12/24 12:49:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.4.ebuild,v 1.3 2014/01/18 18:38:51 pacho 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" |