diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-04-28 19:46:54 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-04-28 19:46:54 +0000 |
commit | a489f0254a58cc91a298685dd59dccf7faa36381 (patch) | |
tree | 126557ef17d2837c5631a68e5b18fcffe9114e9a /app-portage | |
parent | Keyword ~amd64-linux ~x86-linux (diff) | |
download | gentoo-2-a489f0254a58cc91a298685dd59dccf7faa36381.tar.gz gentoo-2-a489f0254a58cc91a298685dd59dccf7faa36381.tar.bz2 gentoo-2-a489f0254a58cc91a298685dd59dccf7faa36381.zip |
Keyword ~amd64-linux ~x86-linux
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/overlint/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/overlint/overlint-0.5.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-portage/overlint/ChangeLog b/app-portage/overlint/ChangeLog index 802a16c54518..65ff0b1df40f 100644 --- a/app-portage/overlint/ChangeLog +++ b/app-portage/overlint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/overlint -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.9 2013/10/13 07:15:27 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.10 2014/04/28 19:46:54 bicatali Exp $ + + 28 Apr 2014; Sébastien Fabbro <bicatali@gentoo.org> overlint-0.5.2.ebuild: + Keyword ~amd64-linux ~x86-linux 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> overlint-0.5.2.ebuild: Also compatible with python3_3 diff --git a/app-portage/overlint/overlint-0.5.2.ebuild b/app-portage/overlint/overlint-0.5.2.ebuild index 62e55d1a867d..2a58e34f9ee9 100644 --- a/app-portage/overlint/overlint-0.5.2.ebuild +++ b/app-portage/overlint/overlint-0.5.2.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/app-portage/overlint/overlint-0.5.2.ebuild,v 1.5 2013/10/13 07:15:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.6 2014/04/28 19:46:54 bicatali 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 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |