diff options
author | 2005-03-29 20:06:44 +0000 | |
---|---|---|
committer | 2005-03-29 20:06:44 +0000 | |
commit | d9181a6f9576e7593439213e252c96205c35d5a7 (patch) | |
tree | a39adb5c3ae58220160ec922e3218a0c04bc1aef /dev-python | |
parent | version bump (diff) | |
download | gentoo-2-d9181a6f9576e7593439213e252c96205c35d5a7.tar.gz gentoo-2-d9181a6f9576e7593439213e252c96205c35d5a7.tar.bz2 gentoo-2-d9181a6f9576e7593439213e252c96205c35d5a7.zip |
~alpha keyword.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.14.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.14.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 91011316b2c9..283e4825bfd0 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.53 2005/03/06 23:32:51 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.54 2005/03/29 20:06:44 kloeri Exp $ + + 29 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> PyQt-3.14.ebuild, + PyQt-3.14.1.ebuild: + ~alpha keyword. *PyQt-3.14.1 (07 Mar 2005) diff --git a/dev-python/PyQt/PyQt-3.14.1.ebuild b/dev-python/PyQt/PyQt-3.14.1.ebuild index ae32a8340f76..66161ea19d62 100644 --- a/dev-python/PyQt/PyQt-3.14.1.ebuild +++ b/dev-python/PyQt/PyQt-3.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.14.1.ebuild,v 1.1 2005/03/06 23:32:51 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.14.1.ebuild,v 1.2 2005/03/29 20:06:44 kloeri Exp $ inherit distutils @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc -alpha ~amd64 ~ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ppc64" IUSE="debug doc" RDEPEND="virtual/libc diff --git a/dev-python/PyQt/PyQt-3.14.ebuild b/dev-python/PyQt/PyQt-3.14.ebuild index 5a871bd4fbf0..a3b996dc3ea6 100644 --- a/dev-python/PyQt/PyQt-3.14.ebuild +++ b/dev-python/PyQt/PyQt-3.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.14.ebuild,v 1.1 2005/02/20 16:11:15 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.14.ebuild,v 1.2 2005/03/29 20:06:44 kloeri Exp $ inherit distutils @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc -alpha ~amd64 ~ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ppc64" IUSE="debug doc" RDEPEND="virtual/libc |