diff options
author | 2002-10-19 22:15:41 +0000 | |
---|---|---|
committer | 2002-10-19 22:15:41 +0000 | |
commit | 4fe9a50a73151def0eb56419be28db71923e9969 (patch) | |
tree | ae6b6d48cbe96a0fd0a88c02739bb37b56244a6e | |
parent | Added ppc to KEYWORDS. (diff) | |
download | historical-4fe9a50a73151def0eb56419be28db71923e9969.tar.gz historical-4fe9a50a73151def0eb56419be28db71923e9969.tar.bz2 historical-4fe9a50a73151def0eb56419be28db71923e9969.zip |
Added ppc to KEYWORDS.
-rw-r--r-- | app-i18n/xcin/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/xcin/xcin-2.5.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-i18n/xcin/ChangeLog b/app-i18n/xcin/ChangeLog index 1b5098e4bada..10fdcc62271e 100644 --- a/app-i18n/xcin/ChangeLog +++ b/app-i18n/xcin/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-i18n/xcin # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/ChangeLog,v 1.1 2002/08/01 00:56:15 stubear Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/ChangeLog,v 1.2 2002/10/19 22:15:41 cselkirk Exp $ *xcin-2.5.2.3 (1 Aug 2002) + 20 Oct 2002; Calum Selkirk <cselkirk@gentoo.org> xcin-2.5.2.3.ebuild : + + Added ppc to KEYWORDS. + 27 Jul 2002; Stuart Bouyer <stubear@gentoo.org> xcin-2.5.2.3.ebuild: Initial ebuild of XCIN, currently doesnt have bimsphone module or libtabe diff --git a/app-i18n/xcin/xcin-2.5.2.3.ebuild b/app-i18n/xcin/xcin-2.5.2.3.ebuild index c40eedab75ff..3caa0a3af699 100644 --- a/app-i18n/xcin/xcin-2.5.2.3.ebuild +++ b/app-i18n/xcin/xcin-2.5.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.2.3.ebuild,v 1.2 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.2.3.ebuild,v 1.3 2002/10/19 22:15:41 cselkirk Exp $ IUSE="nls" @@ -9,7 +9,7 @@ HOMEPAGE="http://xcin.linux.org.tw/" SRC_URI="ftp://xcin.linux.org.tw/pub/xcin/xcin/${P}.tar.gz" LICENSE="XCIN" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="nls? ( sys-devel/gettext )" RDEPEND="${DEPEND}" |