diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-21 12:05:45 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-21 12:05:45 +0000 |
commit | 938781e44137b765737dedfbde6c5af384ed7322 (patch) | |
tree | 2ab15835060b4d51f1cb0dc0dc08b76d03d262aa /dev-python | |
parent | Unmask. (diff) | |
download | historical-938781e44137b765737dedfbde6c5af384ed7322.tar.gz historical-938781e44137b765737dedfbde6c5af384ed7322.tar.bz2 historical-938781e44137b765737dedfbde6c5af384ed7322.zip |
Unmasked.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.11.ebuild | 4 | ||||
-rw-r--r-- | dev-python/qscintilla/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/qscintilla/qscintilla-1.54.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 1f017d0dc59a..a90633d99c48 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.32 2004/03/18 01:44:51 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.33 2004/04/21 12:05:45 aliz Exp $ + + 21 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PyQt-3.11.ebuild: + Mark stable on amd64. *PyQt-3.11 (17 Mar 2004) diff --git a/dev-python/PyQt/PyQt-3.11.ebuild b/dev-python/PyQt/PyQt-3.11.ebuild index f05a50509d2b..3ac594210c62 100644 --- a/dev-python/PyQt/PyQt-3.11.ebuild +++ b/dev-python/PyQt/PyQt-3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.11.ebuild,v 1.1 2004/03/18 01:44:51 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.11.ebuild,v 1.2 2004/04/21 12:05:45 aliz Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://www.river-bank.demon.co.uk/download/PyQt/${MY_P}.tar.gz" HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha amd64" DEPEND="virtual/glibc sys-devel/libtool diff --git a/dev-python/qscintilla/ChangeLog b/dev-python/qscintilla/ChangeLog index de6c6da406c4..7f1cfdda182f 100644 --- a/dev-python/qscintilla/ChangeLog +++ b/dev-python/qscintilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/qscintilla # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.17 2004/03/14 21:08:00 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.18 2004/04/21 12:05:08 aliz Exp $ + + 21 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> qscintilla-1.54.ebuild: + Mark stable on amd64. 14 Mar 2004; Jon Portnoy <avenj@gentoo.org> qscintilla-1.54.ebuild : AMD64 keywords. diff --git a/dev-python/qscintilla/qscintilla-1.54.ebuild b/dev-python/qscintilla/qscintilla-1.54.ebuild index 0236be4695d4..7cb582184586 100644 --- a/dev-python/qscintilla/qscintilla-1.54.ebuild +++ b/dev-python/qscintilla/qscintilla-1.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.54.ebuild,v 1.5 2004/03/14 21:08:00 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.54.ebuild,v 1.6 2004/04/21 12:05:08 aliz Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/qscintilla/" SRC_URI="http://www.river-bank.demon.co.uk/download/QScintilla/${P}-x11-gpl-1.2.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc alpha ia64 ~amd64" +KEYWORDS="x86 ~ppc sparc alpha ia64 amd64" IUSE="" DEPEND="virtual/glibc x11-libs/qt" |