diff options
author | 2008-04-07 12:04:15 +0000 | |
---|---|---|
committer | 2008-04-07 12:04:15 +0000 | |
commit | 812a29e786e0baae0ed6cc66155fca85236312f4 (patch) | |
tree | 945b44e9e5b670ed7d5bcc0e642e4cca025aec62 /dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild | |
parent | Version bump for a few bug fixes and translations (diff) | |
download | gentoo-2-812a29e786e0baae0ed6cc66155fca85236312f4.tar.gz gentoo-2-812a29e786e0baae0ed6cc66155fca85236312f4.tar.bz2 gentoo-2-812a29e786e0baae0ed6cc66155fca85236312f4.zip |
Added ~ppc64; bug #215479
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild')
-rw-r--r-- | dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild b/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild index e22700eb683a..63933cc49c4c 100644 --- a/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild +++ b/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild,v 1.3 2008/03/31 13:13:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild,v 1.4 2008/04/07 12:04:15 corsair Exp $ EAPI="1" @@ -17,7 +17,7 @@ HOMEPAGE="http://www.ossp.org/pkg/lib/uuid/" SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" IUSE="cxx php" DEPEND="php? ( dev-lang/php:5 )" |