diff options
author | Akinori Hattori <hattya@gentoo.org> | 2005-01-06 16:21:01 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2005-01-06 16:21:01 +0000 |
commit | 4b9bca9ab17dbf9557f6fa92c18a5ca1ed3ebb17 (patch) | |
tree | 702bd76e5bdb5db881dc0baa7032b7ad09ac4764 | |
parent | new upstream release. fixes bug #76063. (Manifest recommit) (diff) | |
download | gentoo-2-4b9bca9ab17dbf9557f6fa92c18a5ca1ed3ebb17.tar.gz gentoo-2-4b9bca9ab17dbf9557f6fa92c18a5ca1ed3ebb17.tar.bz2 gentoo-2-4b9bca9ab17dbf9557f6fa92c18a5ca1ed3ebb17.zip |
update.
-rw-r--r-- | media-libs/compface/compface-1.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/compface/compface-1.5.ebuild b/media-libs/compface/compface-1.5.ebuild index 0d1756422a1a..cfe64a242cbb 100644 --- a/media-libs/compface/compface-1.5.ebuild +++ b/media-libs/compface/compface-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.ebuild,v 1.2 2005/01/06 16:18:24 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.ebuild,v 1.3 2005/01/06 16:21:01 hattya Exp $ IUSE="" @@ -10,9 +10,8 @@ DESCRIPTION="Utilities and library to convert to/from X-Face format" HOMEPAGE="http://www.xemacs.org/Download/optLibs.html" SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz" -RESTRICT="nomirror" LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~ppc64 ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" SLOT="0" DEPEND="virtual/libc" |