diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-11-07 19:26:38 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-11-07 19:26:38 +0000 |
commit | 9fb7d33f3a23dd6eb9c34e41379bd989c1b70fbe (patch) | |
tree | 06e842fdca5c633542fde1b1ed8d99f994aa90af /app-xemacs | |
parent | Add src_test(). (diff) | |
download | historical-9fb7d33f3a23dd6eb9c34e41379bd989c1b70fbe.tar.gz historical-9fb7d33f3a23dd6eb9c34e41379bd989c1b70fbe.tar.bz2 historical-9fb7d33f3a23dd6eb9c34e41379bd989c1b70fbe.zip |
Keywording for ppc.
Bug 278914.
Package-Manager: portage-14478-svn/cvs/Linux ppc
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/cedet-common/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/cedet-common/Manifest | 4 | ||||
-rw-r--r-- | app-xemacs/cedet-common/cedet-common-1.01.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/cedet-common/ChangeLog b/app-xemacs/cedet-common/ChangeLog index cac6ef2e42c3..99e24185fe8a 100644 --- a/app-xemacs/cedet-common/ChangeLog +++ b/app-xemacs/cedet-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/cedet-common # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cedet-common/ChangeLog,v 1.2 2009/08/28 12:48:38 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cedet-common/ChangeLog,v 1.3 2009/11/07 19:26:38 volkmar Exp $ + + 07 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> cedet-common-1.01.ebuild: + Keywording for ppc, bug 278914 28 Aug 2009; Tobias Klausmann <klausman@gentoo.org> cedet-common-1.01.ebuild: diff --git a/app-xemacs/cedet-common/Manifest b/app-xemacs/cedet-common/Manifest index 56c65a019bb3..532f149a655b 100644 --- a/app-xemacs/cedet-common/Manifest +++ b/app-xemacs/cedet-common/Manifest @@ -1,4 +1,4 @@ DIST cedet-common-1.01-pkg.tar.gz 73671 RMD160 6c6c00cdece897a775a8598501f8c73ce12133da SHA1 e79ad383f54d80d4a574ea80de8b5be5fb1a1d1c SHA256 146d5a0d0646770a3afb5217634d6b5cf1e0c197f50a2fbfb958c09c734f54ff -EBUILD cedet-common-1.01.ebuild 440 RMD160 7bda647f5bb28967c6a426f5ec40b01cfb86fe6e SHA1 72550406b315a2b0b1e8c8505f6e3afefb95da2d SHA256 63cbb5cea6a7dfbf55a55526dae0e66eb30a0c901a4b382671628418f1143e26 -MISC ChangeLog 534 RMD160 53ca1f5818ae2a80880a1f032746d2090243372a SHA1 8a3b3d4e49a321bf57178d6c43f13082a5bd9cd9 SHA256 7a0399e27be6586da2ba078d0eb204b624bc0adfc07e0e34df28a6f16f4a7722 +EBUILD cedet-common-1.01.ebuild 444 RMD160 79124fc3d1a0564340c925d1b421f05a42ab0613 SHA1 34d8ff00e3a615c296da8d5ad6d748bdbc4938b1 SHA256 045374b073f10c1004172a2e099a5fcc508637a4147f78aa4dbdcee8732855e1 +MISC ChangeLog 644 RMD160 251ae1f2bcc27fec28dd5b62192683c8ae42a211 SHA1 e6925183dc6028b4bb7e84d6250bb145650dfa10 SHA256 68753e2d4aa42978ac6d2f0e9ffa41cca0f7c243bf147588018d12496f13a4b2 MISC metadata.xml 161 RMD160 2ada37e120e2e09389d491679abb808bc1047e2d SHA1 1beb6cc75a12ea6231b2c900f6251f1bb22bf910 SHA256 d896eb54e7e82141c9d5a2e82955cbfa75c030dc5747822a6a2263f6a76a4512 diff --git a/app-xemacs/cedet-common/cedet-common-1.01.ebuild b/app-xemacs/cedet-common/cedet-common-1.01.ebuild index 576756f29392..6f46406ca368 100644 --- a/app-xemacs/cedet-common/cedet-common-1.01.ebuild +++ b/app-xemacs/cedet-common/cedet-common-1.01.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/app-xemacs/cedet-common/cedet-common-1.01.ebuild,v 1.2 2009/08/28 12:48:38 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cedet-common/cedet-common-1.01.ebuild,v 1.3 2009/11/07 19:26:38 volkmar Exp $ SLOT="0" IUSE="" @@ -10,6 +10,6 @@ PKG_CAT="standard" RDEPEND="app-xemacs/edebug app-xemacs/xemacs-base " -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" inherit xemacs-packages |