diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-26 10:41:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-26 10:41:55 +0000 |
commit | b6dacb5eb9780e8614ca8783649046c0431dc8a9 (patch) | |
tree | 7856f66d4a64d691707eb4de2ba5f8fa471b679a /app-portage | |
parent | Stable for x86, wrt bug #535568 (diff) | |
download | gentoo-2-b6dacb5eb9780e8614ca8783649046c0431dc8a9.tar.gz gentoo-2-b6dacb5eb9780e8614ca8783649046c0431dc8a9.tar.bz2 gentoo-2-b6dacb5eb9780e8614ca8783649046c0431dc8a9.zip |
Stable for x86, wrt bug #534896
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/overlint/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/overlint/overlint-0.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/overlint/ChangeLog b/app-portage/overlint/ChangeLog index f8680592cae9..2d195850dd9c 100644 --- a/app-portage/overlint/ChangeLog +++ b/app-portage/overlint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/overlint # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.17 2015/01/11 21:11:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.18 2015/01/26 10:41:55 ago Exp $ + + 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> overlint-0.5.3.ebuild: + Stable for x86, wrt bug #534896 11 Jan 2015; Markus Meier <maekke@gentoo.org> overlint-0.5.3.ebuild: arm stable, bug #534896 diff --git a/app-portage/overlint/overlint-0.5.3.ebuild b/app-portage/overlint/overlint-0.5.3.ebuild index 12e0f28f424d..4ca1b999526f 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-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.4 2015/01/11 21:11:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.3.ebuild,v 1.5 2015/01/26 10:41:55 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" |