diff options
author | 2012-07-03 23:30:11 +0000 | |
---|---|---|
committer | 2012-07-03 23:30:11 +0000 | |
commit | 3a397d0aa718f26df0628d51e4ae5ffabccc285d (patch) | |
tree | 08d3696130262fa767ba26a61cfc044aa40d0e8d /x11-misc | |
parent | fix loader location and minor ebuild style improvements (diff) | |
download | gentoo-2-3a397d0aa718f26df0628d51e4ae5ffabccc285d.tar.gz gentoo-2-3a397d0aa718f26df0628d51e4ae5ffabccc285d.tar.bz2 gentoo-2-3a397d0aa718f26df0628d51e4ae5ffabccc285d.zip |
marked x86 per bug 421571
(Portage version: 2.2.0_alpha115/cvs/Linux i686)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/revelation/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/revelation/revelation-0.4.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/revelation/ChangeLog b/x11-misc/revelation/ChangeLog index ad29ca5b1244..c0b035e4f598 100644 --- a/x11-misc/revelation/ChangeLog +++ b/x11-misc/revelation/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/revelation # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.27 2012/07/03 17:24:29 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.28 2012/07/03 23:30:11 jdhore Exp $ + + 03 Jul 2012; Jeff Horelick <jdhore@gentoo.org> revelation-0.4.14.ebuild: + marked x86 per bug 421571 03 Jul 2012; Brent Baude <ranger@gentoo.org> revelation-0.4.14.ebuild: Marking revelation-0.4.14 ppc for bug 421571 diff --git a/x11-misc/revelation/revelation-0.4.14.ebuild b/x11-misc/revelation/revelation-0.4.14.ebuild index cd9bfa2595cc..3699e6b3e991 100644 --- a/x11-misc/revelation/revelation-0.4.14.ebuild +++ b/x11-misc/revelation/revelation-0.4.14.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/revelation/revelation-0.4.14.ebuild,v 1.3 2012/07/03 17:24:29 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild,v 1.4 2012/07/03 23:30:11 jdhore Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="https://bitbucket.org/erikg/revelation/downloads/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="applet" RESTRICT="test" |