diff options
author | Joseph Jezak <josejx@gentoo.org> | 2004-11-26 13:59:43 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2004-11-26 13:59:43 +0000 |
commit | f445df34e35e1ad96fe49843d1b5547598b0a74f (patch) | |
tree | a2603e3311b3f3b36eef4715ffb9fe1dda06e1b8 /media-libs/libclthreads | |
parent | Use kde-functions.eclass. This fixes bug #72515. (Manifest recommit) (diff) | |
download | gentoo-2-f445df34e35e1ad96fe49843d1b5547598b0a74f.tar.gz gentoo-2-f445df34e35e1ad96fe49843d1b5547598b0a74f.tar.bz2 gentoo-2-f445df34e35e1ad96fe49843d1b5547598b0a74f.zip |
Marked ~ppc as a dependancy of bug #71979.
Diffstat (limited to 'media-libs/libclthreads')
-rw-r--r-- | media-libs/libclthreads/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libclthreads/libclthreads-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libclthreads/ChangeLog b/media-libs/libclthreads/ChangeLog index f9835abf1439..8b29e68130a3 100644 --- a/media-libs/libclthreads/ChangeLog +++ b/media-libs/libclthreads/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libclthreads # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/ChangeLog,v 1.3 2004/11/17 22:35:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/ChangeLog,v 1.4 2004/11/26 13:59:43 josejx Exp $ + + 27 Nov 2004; Joseph Jezak <josejx@gentoo.org> libclthreads-1.0.0.ebuild: + Marked ~ppc as a dependancy of bug #71979. 17 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> libclthreads-1.0.0.ebuild: diff --git a/media-libs/libclthreads/libclthreads-1.0.0.ebuild b/media-libs/libclthreads/libclthreads-1.0.0.ebuild index af7424cb3ecd..c0b03d031668 100644 --- a/media-libs/libclthreads/libclthreads-1.0.0.ebuild +++ b/media-libs/libclthreads/libclthreads-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/libclthreads-1.0.0.ebuild,v 1.3 2004/11/17 22:35:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/libclthreads-1.0.0.ebuild,v 1.4 2004/11/26 13:59:43 josejx Exp $ IUSE="" @@ -14,7 +14,7 @@ SRC_URI="http://users.skynet.be/solaris/linuxaudio/downloads/clthreads-${PV}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~sparc x86" +KEYWORDS="~amd64 ~sparc x86 ~ppc" DEPEND="virtual/libc" |