diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-09 13:46:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-09 13:46:56 +0000 |
commit | e96fd8762690fdc8358bec61574b9edc6273a0aa (patch) | |
tree | b69fe0d5d91ab9bd586705eca1bb959347ce2dfe /app-portage | |
parent | Stable for amd64, wrt bug #534888 (diff) | |
download | gentoo-2-e96fd8762690fdc8358bec61574b9edc6273a0aa.tar.gz gentoo-2-e96fd8762690fdc8358bec61574b9edc6273a0aa.tar.bz2 gentoo-2-e96fd8762690fdc8358bec61574b9edc6273a0aa.zip |
Stable for amd64, wrt bug #534896
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/overlint/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/overlint/overlint-0.5.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-portage/overlint/ChangeLog b/app-portage/overlint/ChangeLog index a5d5dfab9db2..9c0a88f372d4 100644 --- a/app-portage/overlint/ChangeLog +++ b/app-portage/overlint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/overlint -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.15 2014/11/24 13:39:01 sping Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.16 2015/01/09 13:46:56 ago Exp $ + + 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> overlint-0.5.3.ebuild: + Stable for amd64, wrt bug #534896 24 Nov 2014; Sebastian Pipping <sping@gentoo.org> overlint-0.5.2.ebuild, overlint-0.5.3.ebuild: diff --git a/app-portage/overlint/overlint-0.5.3.ebuild b/app-portage/overlint/overlint-0.5.3.ebuild index 23c5565b9184..ea7db27f15a0 100644 --- a/app-portage/overlint/overlint-0.5.3.ebuild +++ b/app-portage/overlint/overlint-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.3.ebuild,v 1.2 2014/11/24 13:39:01 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.3.ebuild,v 1.3 2015/01/09 13:46:56 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="http://www.hartwork.org/public/${P}.tar.gz" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="sys-apps/portage" |