diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-07 20:43:32 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-07 20:43:32 +0000 |
commit | 6571803e64d84b93fd566f97d78cc51bd56e2ead (patch) | |
tree | 8932cc10434caf41642b3c9627d6f703e9432eb0 /media-libs/compface | |
parent | Fix a bug where iso_channel attribute was not updated. Also fix pre4 for modu... (diff) | |
download | gentoo-2-6571803e64d84b93fd566f97d78cc51bd56e2ead.tar.gz gentoo-2-6571803e64d84b93fd566f97d78cc51bd56e2ead.tar.bz2 gentoo-2-6571803e64d84b93fd566f97d78cc51bd56e2ead.zip |
stable amd64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-libs/compface')
-rw-r--r-- | media-libs/compface/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/compface/compface-1.5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/compface/ChangeLog b/media-libs/compface/ChangeLog index b2382e406f7e..be0197872617 100644 --- a/media-libs/compface/ChangeLog +++ b/media-libs/compface/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/compface -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.28 2005/11/13 10:43:10 hattya Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.29 2006/02/07 20:42:43 blubb Exp $ + + 07 Feb 2006; Simon Stelling <blubb@gentoo.org> compface-1.5.1.ebuild: + stable on amd64 *compface-1.5.2 (13 Nov 2005) diff --git a/media-libs/compface/compface-1.5.1.ebuild b/media-libs/compface/compface-1.5.1.ebuild index 8ee72010b274..0987bddffc7c 100644 --- a/media-libs/compface/compface-1.5.1.ebuild +++ b/media-libs/compface/compface-1.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.1.ebuild,v 1.9 2005/09/19 12:18:10 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.1.ebuild,v 1.10 2006/02/07 20:42:43 blubb Exp $ IUSE="" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.xemacs.org/Download/optLibs.html" SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc-macos ppc64 sparc x86" SLOT="0" DEPEND="virtual/libc" |