diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-08 08:41:30 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-08 08:41:30 +0000 |
commit | d93de726686ad9ce1fd9a95ff03eddf4272fd835 (patch) | |
tree | f5d583eca87644cfc5ae6fdd48b8a6945412fc32 /dev-php/egroupware | |
parent | stabilize 1.1.8, unhardmask 1.2.1 (diff) | |
download | gentoo-2-d93de726686ad9ce1fd9a95ff03eddf4272fd835.tar.gz gentoo-2-d93de726686ad9ce1fd9a95ff03eddf4272fd835.tar.bz2 gentoo-2-d93de726686ad9ce1fd9a95ff03eddf4272fd835.zip |
remove mips and arm KEYWORDS due to lack of support, ready for new repoman.
Diffstat (limited to 'dev-php/egroupware')
-rw-r--r-- | dev-php/egroupware/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/egroupware/egroupware-0.9.99.008.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/egroupware/ChangeLog b/dev-php/egroupware/ChangeLog index 2176d7850440..c3556f9667a3 100644 --- a/dev-php/egroupware/ChangeLog +++ b/dev-php/egroupware/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/egroupware # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/egroupware/ChangeLog,v 1.8 2003/12/15 20:08:00 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/egroupware/ChangeLog,v 1.9 2004/01/08 08:41:07 robbat2 Exp $ + + 08 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> + egroupware-0.9.99.008.ebuild: + remove mips and arm KEYWORDS due to lack of support, ready for new repoman. 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> egroupware-0.9.99.008.ebuild: diff --git a/dev-php/egroupware/egroupware-0.9.99.008.ebuild b/dev-php/egroupware/egroupware-0.9.99.008.ebuild index 56d3672a2b8f..04ad3fbb3aac 100644 --- a/dev-php/egroupware/egroupware-0.9.99.008.ebuild +++ b/dev-php/egroupware/egroupware-0.9.99.008.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/egroupware/egroupware-0.9.99.008.ebuild,v 1.3 2004/01/05 21:28:00 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/egroupware/egroupware-0.9.99.008.ebuild,v 1.4 2004/01/08 08:41:07 robbat2 Exp $ inherit webapp-apache @@ -14,7 +14,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc ~hppa ~arm" +KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc ~hppa " RDEPEND="virtual/php dev-db/mysql" |