diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-07-07 18:50:29 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-07-07 18:50:29 +0000 |
commit | ab7fcc08c91af770784384efb8a00f8a0eb82d6c (patch) | |
tree | c13fc57a0adc44db1488685b17e0769b15ac1755 /app-misc/toilet | |
parent | Add ~sparc keyword, bug #230517 (diff) | |
download | gentoo-2-ab7fcc08c91af770784384efb8a00f8a0eb82d6c.tar.gz gentoo-2-ab7fcc08c91af770784384efb8a00f8a0eb82d6c.tar.bz2 gentoo-2-ab7fcc08c91af770784384efb8a00f8a0eb82d6c.zip |
Add ~sparc keyword, bug #230517
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 sparc64)
Diffstat (limited to 'app-misc/toilet')
-rw-r--r-- | app-misc/toilet/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/toilet/toilet-0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/toilet/ChangeLog b/app-misc/toilet/ChangeLog index db0f5e333003..c6c3055e3e32 100644 --- a/app-misc/toilet/ChangeLog +++ b/app-misc/toilet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/toilet -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/toilet/ChangeLog,v 1.5 2007/12/21 11:43:37 nixnut Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/toilet/ChangeLog,v 1.6 2008/07/07 18:50:29 bluebird Exp $ + + 07 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> toilet-0.1.ebuild: + Add ~sparc keyword, bug #230517 21 Dec 2007; nixnut <nixnut@gentoo.org> toilet-0.1.ebuild: Added ~ppc wrt bug 201363 diff --git a/app-misc/toilet/toilet-0.1.ebuild b/app-misc/toilet/toilet-0.1.ebuild index 11fdc8e85142..da5af5a3f379 100644 --- a/app-misc/toilet/toilet-0.1.ebuild +++ b/app-misc/toilet/toilet-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/toilet/toilet-0.1.ebuild,v 1.5 2007/12/21 11:43:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/toilet/toilet-0.1.ebuild,v 1.6 2008/07/07 18:50:29 bluebird Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="http://libcaca.zoy.org/files/${P}.tar.gz" LICENSE="WTFPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" RDEPEND="media-libs/libcaca" |