diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-28 13:36:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-28 13:36:28 +0000 |
commit | 5a5b29e956a69f3cf3223ebab641ea8b4dfee06e (patch) | |
tree | fb218c3b814818c7534fa2afaccf242a433c6479 /dev-lang/nqc | |
parent | Stable for ppc, wrt bug #470382 (diff) | |
download | gentoo-2-5a5b29e956a69f3cf3223ebab641ea8b4dfee06e.tar.gz gentoo-2-5a5b29e956a69f3cf3223ebab641ea8b4dfee06e.tar.bz2 gentoo-2-5a5b29e956a69f3cf3223ebab641ea8b4dfee06e.zip |
Stable for ppc, wrt bug #477156
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/nqc')
-rw-r--r-- | dev-lang/nqc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/nqc/nqc-3.1_p6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/nqc/ChangeLog b/dev-lang/nqc/ChangeLog index 6d700a2b2072..a988ede0a1a7 100644 --- a/dev-lang/nqc/ChangeLog +++ b/dev-lang/nqc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/nqc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.23 2013/07/27 22:22:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.24 2013/07/28 13:36:28 ago Exp $ + + 28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> nqc-3.1_p6.ebuild: + Stable for ppc, wrt bug #477156 27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> nqc-3.1_p6.ebuild: Stable for x86, wrt bug #477156 diff --git a/dev-lang/nqc/nqc-3.1_p6.ebuild b/dev-lang/nqc/nqc-3.1_p6.ebuild index eb1a6407806d..1ecc63cf459c 100644 --- a/dev-lang/nqc/nqc-3.1_p6.ebuild +++ b/dev-lang/nqc/nqc-3.1_p6.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/dev-lang/nqc/nqc-3.1_p6.ebuild,v 1.7 2013/07/27 22:22:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-3.1_p6.ebuild,v 1.8 2013/07/28 13:36:28 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://bricxcc.sourceforge.net/nqc/release/${P/_p/.r}.tgz" LICENSE="MPL-1.0" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="usb" DEPEND="usb? ( dev-libs/legousbtower )" |