diff options
Diffstat (limited to 'dev-ruby/dpklib/dpklib-1.0.6.ebuild')
-rw-r--r-- | dev-ruby/dpklib/dpklib-1.0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/dpklib/dpklib-1.0.6.ebuild b/dev-ruby/dpklib/dpklib-1.0.6.ebuild index 4b74c7aed931..14b62b8ba7b4 100644 --- a/dev-ruby/dpklib/dpklib-1.0.6.ebuild +++ b/dev-ruby/dpklib/dpklib-1.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dpklib/dpklib-1.0.6.ebuild,v 1.3 2006/03/30 03:26:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dpklib/dpklib-1.0.6.ebuild,v 1.4 2007/03/09 05:26:42 tgall Exp $ inherit ruby @@ -12,7 +12,7 @@ SRC_URI="http://devel.korinkan.co.jp/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~ia64 ~ppc ~x86" +KEYWORDS="~ia64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="virtual/ruby" |