diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 10:57:51 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 10:57:51 +0000 |
commit | d5820cff22f8459ab8a2a9b9853816f8ed7c1f86 (patch) | |
tree | 8af91b1e4ffa0e0aeb3a3d0f5c804f5a845b63a4 /dev-php/PEAR-Date | |
parent | changelog fixes (diff) | |
download | gentoo-2-d5820cff22f8459ab8a2a9b9853816f8ed7c1f86.tar.gz gentoo-2-d5820cff22f8459ab8a2a9b9853816f8ed7c1f86.tar.bz2 gentoo-2-d5820cff22f8459ab8a2a9b9853816f8ed7c1f86.zip |
unmasks
Diffstat (limited to 'dev-php/PEAR-Date')
-rw-r--r-- | dev-php/PEAR-Date/PEAR-Date-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild b/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild index b1af5fe0612f..c3d3f112188f 100644 --- a/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild +++ b/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild,v 1.1 2003/02/18 12:22:37 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild,v 1.2 2003/07/12 10:57:51 aliz Exp $ IUSE="" P=${PN/PEAR-//}-${PV} @@ -9,7 +9,7 @@ HOMEPAGE="http://pear.php.net/package-info.php?pacid=57" SRC_URI="http://pear.php.net/get/${P}.tgz" LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="virtual/php" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} |