diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-05 15:34:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-05 15:34:42 +0000 |
commit | ae8cc2baab23edc121e017c74876dba8615ab702 (patch) | |
tree | af5d7df77306f434e3b7f3b17b9895e108e18352 /media-libs/compface | |
parent | Added alpha to KEYWORDS (diff) | |
download | gentoo-2-ae8cc2baab23edc121e017c74876dba8615ab702.tar.gz gentoo-2-ae8cc2baab23edc121e017c74876dba8615ab702.tar.bz2 gentoo-2-ae8cc2baab23edc121e017c74876dba8615ab702.zip |
stable on alpha
Diffstat (limited to 'media-libs/compface')
-rw-r--r-- | media-libs/compface/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/compface/compface-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/compface/ChangeLog b/media-libs/compface/ChangeLog index 0aa735bd7100..a469a6a1179b 100644 --- a/media-libs/compface/ChangeLog +++ b/media-libs/compface/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for media-libs/compface # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.6 2003/02/27 17:22:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.7 2003/03/05 15:34:42 agriffis Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *compface-1.4 (1 Feb 2002) + 05 Mar 2003; Aron Griffis <agriffis@gentoo.org> compface-1.4.ebuild: + Mark stable on alpha + 27 Feb 2003; Seemant Kulleen <seemant@gentoo.org> compface-1.4.ebuild, files/compface-1.4-errno.diff: added fix for errno brokenness caused by newest glibc diff --git a/media-libs/compface/compface-1.4.ebuild b/media-libs/compface/compface-1.4.ebuild index 102849fba3f4..c9048a9b365b 100644 --- a/media-libs/compface/compface-1.4.ebuild +++ b/media-libs/compface/compface-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.4.ebuild,v 1.11 2003/02/27 17:22:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.4.ebuild,v 1.12 2003/03/05 15:34:42 agriffis Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/" SLOT="0" LICENSE="MIT" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc" |