diff options
author | 2005-03-04 05:16:16 +0000 | |
---|---|---|
committer | 2005-03-04 05:16:16 +0000 | |
commit | 81327f2122b368ac4d0aacb1ce53bee731e1c777 (patch) | |
tree | f5920e24f5c2161517bb8f1509e8e6dd4b51203e /sys-libs | |
parent | ~ppc-macos as it should be. someone bumped stable who shouldn't have. (diff) | |
download | gentoo-2-81327f2122b368ac4d0aacb1ce53bee731e1c777.tar.gz gentoo-2-81327f2122b368ac4d0aacb1ce53bee731e1c777.tar.bz2 gentoo-2-81327f2122b368ac4d0aacb1ce53bee731e1c777.zip |
stable on ppc-macos
(Portage version: 2.0.51.18)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libstreams/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libstreams/libstreams-23.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/libstreams/ChangeLog b/sys-libs/libstreams/ChangeLog index f4e0a9b8b47d..0275378a80bb 100644 --- a/sys-libs/libstreams/ChangeLog +++ b/sys-libs/libstreams/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libstreams -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstreams/ChangeLog,v 1.1 2004/11/07 19:02:03 kito Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstreams/ChangeLog,v 1.2 2005/03/04 05:14:28 kito Exp $ + + 03 Mar 2005; Kito <kito@gentoo.org> libstreams-23.ebuild: + stable on ppc-macos *libstreams-23 (07 Nov 2004) diff --git a/sys-libs/libstreams/libstreams-23.ebuild b/sys-libs/libstreams/libstreams-23.ebuild index 724ad833701f..99a7a70a535b 100644 --- a/sys-libs/libstreams/libstreams-23.ebuild +++ b/sys-libs/libstreams/libstreams-23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstreams/libstreams-23.ebuild,v 1.2 2004/11/07 21:03:59 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstreams/libstreams-23.ebuild,v 1.3 2005/03/04 05:14:28 kito Exp $ DESCRIPTION="NeXT/Darwin Streams routines." HOMEPAGE="http://darwinsource.opendarwin.org/10.3.6/" @@ -9,7 +9,7 @@ SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/Libstreams-${PV}.tar.g LICENSE="APSL-2" SLOT="0" -KEYWORDS="~ppc-macos" +KEYWORDS="ppc-macos" IUSE="debug" DEPEND="virtual/libc" |