diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-02-01 22:40:07 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-02-01 22:40:07 +0000 |
commit | a24ee4d553dc613333aeff98f74db552e03557d7 (patch) | |
tree | 4a6564fd0dabc6e9823ec9b2ab4b2297f4969597 /kde-base/automoc | |
parent | x11-apps/mesa-progs: bump to 7.3, copy from the x11 overlay (diff) | |
download | gentoo-2-a24ee4d553dc613333aeff98f74db552e03557d7.tar.gz gentoo-2-a24ee4d553dc613333aeff98f74db552e03557d7.tar.bz2 gentoo-2-a24ee4d553dc613333aeff98f74db552e03557d7.zip |
Restored ~ppc and ~ppc64 keywords to KDE-4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/automoc')
-rw-r--r-- | kde-base/automoc/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/automoc/automoc-0.9.88.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/automoc/ChangeLog b/kde-base/automoc/ChangeLog index 86e66d02824b..88f5d6781690 100644 --- a/kde-base/automoc/ChangeLog +++ b/kde-base/automoc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/automoc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/ChangeLog,v 1.4 2009/01/27 15:21:49 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/ChangeLog,v 1.5 2009/02/01 22:40:07 jmbsvicetto Exp $ + + 01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + automoc-0.9.88.ebuild: + Restored ~ppc and ~ppc64 keywords to KDE-4.2.0 *automoc-0.9.87 (27 Jan 2009) diff --git a/kde-base/automoc/automoc-0.9.88.ebuild b/kde-base/automoc/automoc-0.9.88.ebuild index 9e486b55ad06..1c97f2318bc0 100644 --- a/kde-base/automoc/automoc-0.9.88.ebuild +++ b/kde-base/automoc/automoc-0.9.88.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild,v 1.1 2009/01/27 15:21:49 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild,v 1.2 2009/02/01 22:40:07 jmbsvicetto Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/${MY_P}.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="x11-libs/qt-core:4" |