diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-04 12:03:23 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-04 12:03:23 +0000 |
commit | a6d0bae2512f7776e35d1b955248d2222a23f8cf (patch) | |
tree | 7445ad3817d5fd87846c0de1bbf5b410910db9bc /dev-ruby/plist | |
parent | Version bump (diff) | |
download | historical-a6d0bae2512f7776e35d1b955248d2222a23f8cf.tar.gz historical-a6d0bae2512f7776e35d1b955248d2222a23f8cf.tar.bz2 historical-a6d0bae2512f7776e35d1b955248d2222a23f8cf.zip |
Transfer Prefix keywords
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-ruby/plist')
-rw-r--r-- | dev-ruby/plist/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/plist/plist-3.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/plist/ChangeLog b/dev-ruby/plist/ChangeLog index 754b4992b506..da0c9fdfb236 100644 --- a/dev-ruby/plist/ChangeLog +++ b/dev-ruby/plist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/plist -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.1 2007/06/19 01:25:14 nichoj Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.2 2010/01/04 11:42:03 fauli Exp $ + + 04 Jan 2010; Christian Faulhammer <fauli@gentoo.org> plist-3.0.0.ebuild: + Transfer Prefix keywords *plist-3.0.0 (19 Jun 2007) diff --git a/dev-ruby/plist/plist-3.0.0.ebuild b/dev-ruby/plist/plist-3.0.0.ebuild index dd6e4e87f349..bea4409459d8 100644 --- a/dev-ruby/plist/plist-3.0.0.ebuild +++ b/dev-ruby/plist/plist-3.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.0.0.ebuild,v 1.1 2007/06/19 01:25:14 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.0.0.ebuild,v 1.2 2010/01/04 11:42:03 fauli Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND=">=dev-lang/ruby-1.8.5" |