diff options
author | 2007-06-24 18:00:21 +0000 | |
---|---|---|
committer | 2007-06-24 18:00:21 +0000 | |
commit | 49ec569a2c732369aa764d588ef39597157191c6 (patch) | |
tree | 1fe146da78dbe071de248b137fec86a61b304ba2 | |
parent | (QA) Don't use KEYWORDS="-*". bug #160519. (diff) | |
download | gentoo-2-49ec569a2c732369aa764d588ef39597157191c6.tar.gz gentoo-2-49ec569a2c732369aa764d588ef39597157191c6.tar.bz2 gentoo-2-49ec569a2c732369aa764d588ef39597157191c6.zip |
(QA) Don't use KEYWORDS="-*". bug #160519.
(Portage version: 2.1.3_rc5)
-rw-r--r-- | dev-util/mingw-runtime/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/mingw-runtime/mingw-runtime-3.10.ebuild | 6 | ||||
-rw-r--r-- | dev-util/mingw-runtime/mingw-runtime-3.11.ebuild | 4 | ||||
-rw-r--r-- | dev-util/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild | 4 |
4 files changed, 13 insertions, 8 deletions
diff --git a/dev-util/mingw-runtime/ChangeLog b/dev-util/mingw-runtime/ChangeLog index 8b5f398eea78..d67b13335ee1 100644 --- a/dev-util/mingw-runtime/ChangeLog +++ b/dev-util/mingw-runtime/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/mingw-runtime # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.7 2007/04/07 11:35:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.8 2007/06/24 18:00:21 peper Exp $ + + 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> + mingw-runtime-3.10.ebuild, mingw-runtime-3.11.ebuild, + mingw-runtime-3.11_p20061202.ebuild: + (QA) Don't use KEYWORDS="-*". bug #160519. *mingw-runtime-3.12 (07 Apr 2007) diff --git a/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild index 3cecb282991a..ddb9a3997c45 100644 --- a/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild +++ b/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild,v 1.7 2006/10/03 15:48:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild,v 1.8 2007/06/24 18:00:21 peper Exp $ # This version does not work as the configure script expects the installed # cross-compiler to be able to link binaries ... except we haven't provided @@ -24,7 +24,7 @@ SRC_URI="mirror://sourceforge/mingw/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="-*" +KEYWORDS="" IUSE="" RESTRICT="strip" diff --git a/dev-util/mingw-runtime/mingw-runtime-3.11.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.11.ebuild index c52f95dc5903..0c95c912ac76 100644 --- a/dev-util/mingw-runtime/mingw-runtime-3.11.ebuild +++ b/dev-util/mingw-runtime/mingw-runtime-3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.11.ebuild,v 1.1 2007/01/09 00:37:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.11.ebuild,v 1.2 2007/06/24 18:00:21 peper Exp $ # This version does not work as the configure script expects the installed # cross-compiler to be able to link binaries ... except we haven't provided @@ -24,7 +24,7 @@ SRC_URI="mirror://sourceforge/mingw/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="-*" +KEYWORDS="" IUSE="" RESTRICT="strip" diff --git a/dev-util/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild index 163c37b1b0cb..11276e72692d 100644 --- a/dev-util/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild +++ b/dev-util/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild,v 1.2 2007/02/17 00:19:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild,v 1.3 2007/06/24 18:00:21 peper Exp $ # This version does not work as the configure script expects the installed # cross-compiler to be able to link binaries ... except we haven't provided @@ -24,7 +24,7 @@ SRC_URI="mirror://sourceforge/mingw/${PN}-${PV/_p/-}-1-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="-*" +KEYWORDS="" IUSE="" RESTRICT="strip" |