diff options
author | Chris Houser <chouser@gentoo.org> | 2003-01-07 14:22:45 +0000 |
---|---|---|
committer | Chris Houser <chouser@gentoo.org> | 2003-01-07 14:22:45 +0000 |
commit | 94c149cf77e09332f7f5853f4487f94aa13bd6bd (patch) | |
tree | e5d92ff81f22c60e24ea008700918f8004bd6fe8 /dev-ruby/amstd | |
parent | Added sparc-sources-2.4.20-r1 which includes grsecurity 1.9.8 (diff) | |
download | gentoo-2-94c149cf77e09332f7f5853f4487f94aa13bd6bd.tar.gz gentoo-2-94c149cf77e09332f7f5853f4487f94aa13bd6bd.tar.bz2 gentoo-2-94c149cf77e09332f7f5853f4487f94aa13bd6bd.zip |
Added alpha to KEYWORDS
Diffstat (limited to 'dev-ruby/amstd')
-rw-r--r-- | dev-ruby/amstd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/amstd/amstd-1.9.5.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/amstd/ChangeLog b/dev-ruby/amstd/ChangeLog index 338476c4d987..18792aac2fc2 100644 --- a/dev-ruby/amstd/ChangeLog +++ b/dev-ruby/amstd/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for dev-ruby/amstd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/ChangeLog,v 1.2 2002/07/08 01:40:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/ChangeLog,v 1.3 2003/01/07 14:22:45 chouser Exp $ + + 07 Jan 2003; Chris Houser <chouser@gentoo.org> amstd-1.9.5.ebuild : + Added "alpha" to KEYWORDS *amstd-1.9.5 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + 01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that diff --git a/dev-ruby/amstd/amstd-1.9.5.ebuild b/dev-ruby/amstd/amstd-1.9.5.ebuild index fe4a2ce877f2..8d997aecdafb 100644 --- a/dev-ruby/amstd/amstd-1.9.5.ebuild +++ b/dev-ruby/amstd/amstd-1.9.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-1.9.5.ebuild,v 1.7 2002/10/04 05:27:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-1.9.5.ebuild,v 1.8 2003/01/07 14:22:45 chouser Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard libraries for Ruby" SRC_URI="http://www1.u-netsurf.ne.jp/~brew/mine/soft/${P}.tar.gz" HOMEPAGE="http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html" LICENSE="LGPL" -KEYWORDS="x86" +KEYWORDS="x86 alpha" SLOT="0" DEPEND=">=dev-lang/ruby-1.6.1" |