diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-04-07 12:04:15 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-04-07 12:04:15 +0000 |
commit | 812a29e786e0baae0ed6cc66155fca85236312f4 (patch) | |
tree | 945b44e9e5b670ed7d5bcc0e642e4cca025aec62 /dev-libs/ossp-uuid | |
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')
-rw-r--r-- | dev-libs/ossp-uuid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/ossp-uuid/ChangeLog b/dev-libs/ossp-uuid/ChangeLog index 713b9b64355a..4bea3aee8414 100644 --- a/dev-libs/ossp-uuid/ChangeLog +++ b/dev-libs/ossp-uuid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ossp-uuid # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v 1.3 2008/03/31 13:13:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v 1.4 2008/04/07 12:04:15 corsair Exp $ + + 07 Apr 2008; Markus Rothe <corsair@gentoo.org> ossp-uuid-1.6.1.ebuild: + Added ~ppc64; bug #215479 31 Mar 2008; Raúl Porcel <armin76@gentoo.org> ossp-uuid-1.6.1.ebuild: Add ~alpha/~ia64/~sparc wrt #215479 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 )" |