diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 15:40:59 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 15:40:59 +0000 |
commit | f14e9cdf0ddec910dba77260fa2f05e043ff327a (patch) | |
tree | e8c3654399b41bf798fc39cf3bbdd6f26bf0b7c4 /dev-php/phpdbg | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | historical-f14e9cdf0ddec910dba77260fa2f05e043ff327a.tar.gz historical-f14e9cdf0ddec910dba77260fa2f05e043ff327a.tar.bz2 historical-f14e9cdf0ddec910dba77260fa2f05e043ff327a.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'dev-php/phpdbg')
-rw-r--r-- | dev-php/phpdbg/phpdbg-2.10-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/phpdbg/phpdbg-2.10.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/phpdbg/phpdbg-2.10-r1.ebuild b/dev-php/phpdbg/phpdbg-2.10-r1.ebuild index a1931fd71c89..c2ed2b1cb90e 100644 --- a/dev-php/phpdbg/phpdbg-2.10-r1.ebuild +++ b/dev-php/phpdbg/phpdbg-2.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.10-r1.ebuild,v 1.3 2002/07/17 03:24:39 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.10-r1.ebuild,v 1.4 2002/08/14 15:40:59 murphy Exp $ PL="pl3" S="${WORKDIR}/dbg-${PV}${PL}" @@ -12,7 +12,7 @@ SLOT="0" DEPEND="virtual/php" # support for ppc or others? -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_unpack() { unpack "dbg-${PV}pl3.tar.gz" diff --git a/dev-php/phpdbg/phpdbg-2.10.ebuild b/dev-php/phpdbg/phpdbg-2.10.ebuild index 894c234bf6bb..1d6a43adbef7 100644 --- a/dev-php/phpdbg/phpdbg-2.10.ebuild +++ b/dev-php/phpdbg/phpdbg-2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.10.ebuild,v 1.2 2002/07/17 03:24:39 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.10.ebuild,v 1.3 2002/08/14 15:40:59 murphy Exp $ PL="pl3" S=${WORKDIR}/dbg-${PV}${PL} @@ -12,7 +12,7 @@ LICENSE="dbgphp" DEPEND="virtual/php" # support ppc? or others? -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { phpize |