diff options
author | Andrej Kacian <ticho@gentoo.org> | 2008-01-09 11:13:54 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2008-01-09 11:13:54 +0000 |
commit | d98e424e5169a41472c8f779cf7c30de9cea9590 (patch) | |
tree | 1fedac0e60134eeb24660cd116e1d0c9ff0633bd | |
parent | Added the java-osgi eclass which is needed for creating OSGi compliants Java ... (diff) | |
download | gentoo-2-d98e424e5169a41472c8f779cf7c30de9cea9590.tar.gz gentoo-2-d98e424e5169a41472c8f779cf7c30de9cea9590.tar.bz2 gentoo-2-d98e424e5169a41472c8f779cf7c30de9cea9590.zip |
Added ~x86, as requested in bug #204919 by Dustin Surawicz <gentoobugs.20.dsurawicz at spamgourmet.com>.
(Portage version: 2.1.4_rc9)
-rw-r--r-- | media-gfx/rotoscope/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/rotoscope/rotoscope-0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/rotoscope/ChangeLog b/media-gfx/rotoscope/ChangeLog index eacd3c54a471..464dcbbb0cec 100644 --- a/media-gfx/rotoscope/ChangeLog +++ b/media-gfx/rotoscope/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/rotoscope # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/rotoscope/ChangeLog,v 1.1 2008/01/08 15:47:49 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/rotoscope/ChangeLog,v 1.2 2008/01/09 11:13:54 ticho Exp $ + + 09 Jan 2008; Andrej Kacian <ticho@gentoo.org> rotoscope-0.2.ebuild: + Added ~x86, as requested in bug #204919 by Dustin Surawicz + <gentoobugs.20.dsurawicz at spamgourmet.com>. *rotoscope-0.2 (08 Jan 2008) diff --git a/media-gfx/rotoscope/rotoscope-0.2.ebuild b/media-gfx/rotoscope/rotoscope-0.2.ebuild index 18e6d8564175..5bf30367281a 100644 --- a/media-gfx/rotoscope/rotoscope-0.2.ebuild +++ b/media-gfx/rotoscope/rotoscope-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/rotoscope/rotoscope-0.2.ebuild,v 1.1 2008/01/08 15:47:49 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/rotoscope/rotoscope-0.2.ebuild,v 1.2 2008/01/09 11:13:54 ticho Exp $ DESCRIPTION="Graphics program that can be used to give photos a cartoon-like appearance." HOMEPAGE="http://www.toonyphotos.com" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2 |