diff options
author | 2013-01-28 17:06:32 +0000 | |
---|---|---|
committer | 2013-01-28 17:06:32 +0000 | |
commit | eb3cdb2510f33712a828a9975fcdf979725e28bd (patch) | |
tree | ee66e98395e18d29249e2401f50c5e91fb389787 /net-irc | |
parent | Remove old. (diff) | |
download | gentoo-2-eb3cdb2510f33712a828a9975fcdf979725e28bd.tar.gz gentoo-2-eb3cdb2510f33712a828a9975fcdf979725e28bd.tar.bz2 gentoo-2-eb3cdb2510f33712a828a9975fcdf979725e28bd.zip |
Restore missing keywords (bug #425634). Fix quoting issue.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog index a07daf40b0f4..fb33d9b4438f 100644 --- a/net-irc/bitchx/ChangeLog +++ b/net-irc/bitchx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bitchx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.71 2013/01/02 00:26:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.72 2013/01/28 17:06:32 jer Exp $ + + 28 Jan 2013; Jeroen Roovers <jer@gentoo.org> bitchx-1.2.ebuild: + Restore missing keywords (bug #425634). Fix quoting issue. *bitchx-1.2 (02 Jan 2013) diff --git a/net-irc/bitchx/bitchx-1.2.ebuild b/net-irc/bitchx/bitchx-1.2.ebuild index 8dd90a2a35d8..fa59119f3093 100644 --- a/net-irc/bitchx/bitchx-1.2.ebuild +++ b/net-irc/bitchx/bitchx-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v 1.1 2013/01/02 00:26:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v 1.2 2013/01/28 17:06:32 jer Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://bitchx.ca/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sh ~sparc ~x86" IUSE="ipv6 ssl" DEPEND="sys-libs/ncurses @@ -27,7 +27,7 @@ src_prepare() { -e "s/#undef LATIN1/#define LATIN1 ON/;" \ include/config.h - epatch ${FILESDIR}/${P}-build.patch + epatch "${FILESDIR}"/${P}-build.patch # Do epatch_user since even BX-1.2 has A LOT of patches and A LOT # of behaviour controlled by manually editing config.h epatch_user |