diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-03-18 15:44:48 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-03-18 15:44:48 +0000 |
commit | f6379057209e8b068bb9bdcb21962129a2440050 (patch) | |
tree | f134b2c1c587441a0a13f28fa7edabc19ed380b1 /x11-misc | |
parent | Drop sparc keywords (diff) | |
download | gentoo-2-f6379057209e8b068bb9bdcb21962129a2440050.tar.gz gentoo-2-f6379057209e8b068bb9bdcb21962129a2440050.tar.bz2 gentoo-2-f6379057209e8b068bb9bdcb21962129a2440050.zip |
Drop sparc keywords
(Portage version: 2.1.10.49/cvs/Linux ia64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbppp/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/bbppp/bbppp-0.2.3.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/bbppp/bbppp-0.2.5.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/bbppp/ChangeLog b/x11-misc/bbppp/ChangeLog index 728ffcddf52c..75dcb90a70bd 100644 --- a/x11-misc/bbppp/ChangeLog +++ b/x11-misc/bbppp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbppp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.17 2012/02/16 18:27:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.18 2012/03/18 15:44:48 armin76 Exp $ + + 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> bbppp-0.2.3.ebuild, + bbppp-0.2.5.ebuild: + Drop sparc keywords 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> bbppp-0.2.5.ebuild: x86 stable wrt bug #397257 diff --git a/x11-misc/bbppp/bbppp-0.2.3.ebuild b/x11-misc/bbppp/bbppp-0.2.3.ebuild index 579ff1aeca26..94210ab4ad31 100644 --- a/x11-misc/bbppp/bbppp-0.2.3.ebuild +++ b/x11-misc/bbppp/bbppp-0.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v 1.9 2011/04/16 17:33:48 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v 1.10 2012/03/18 15:44:48 armin76 Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc sparc x86" +KEYWORDS="ppc x86" IUSE="" DEPEND="x11-libs/libX11" diff --git a/x11-misc/bbppp/bbppp-0.2.5.ebuild b/x11-misc/bbppp/bbppp-0.2.5.ebuild index 4a67ad887c02..fd4372703062 100644 --- a/x11-misc/bbppp/bbppp-0.2.5.ebuild +++ b/x11-misc/bbppp/bbppp-0.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild,v 1.4 2012/02/16 18:27:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild,v 1.5 2012/03/18 15:44:48 armin76 Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/bbtools/${PN}/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND="x11-libs/libX11" |