diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-03 16:36:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-03 16:36:54 +0000 |
commit | 24fb4d6983c08d9dfb8a6606b74629de771dba4a (patch) | |
tree | d686526051abfa30709b80f5c5e916a4efb1f834 /net-im/licq/licq-1.3.0.ebuild | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-24fb4d6983c08d9dfb8a6606b74629de771dba4a.tar.gz gentoo-2-24fb4d6983c08d9dfb8a6606b74629de771dba4a.tar.bz2 gentoo-2-24fb4d6983c08d9dfb8a6606b74629de771dba4a.zip |
Add back in keywords that were dropped on version bump
Diffstat (limited to 'net-im/licq/licq-1.3.0.ebuild')
-rw-r--r-- | net-im/licq/licq-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq/licq-1.3.0.ebuild b/net-im/licq/licq-1.3.0.ebuild index cee550d4822e..e55b6d57f1d5 100644 --- a/net-im/licq/licq-1.3.0.ebuild +++ b/net-im/licq/licq-1.3.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/net-im/licq/licq-1.3.0.ebuild,v 1.1 2004/10/01 14:47:37 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0.ebuild,v 1.2 2004/10/03 16:36:54 mr_bones_ Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_pre/-PRE}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ia64 ~amd64" IUSE="ssl socks5 qt kde ncurses crypt" # we can't have conditional dependencies so "use kde && inherit kde" |