diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-29 07:16:32 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-29 07:16:32 +0000 |
commit | 79b53f57bc60243f8e0fa7126b68db055f8cf226 (patch) | |
tree | dcc2c39f76c2e0c29c0d94c5b732b91f4dcec4a3 /dev-util/sel | |
parent | Handle kernel CONFIG option rename for 3.6 and newer. Clean up kernel CONFIG ... (diff) | |
download | gentoo-2-79b53f57bc60243f8e0fa7126b68db055f8cf226.tar.gz gentoo-2-79b53f57bc60243f8e0fa7126b68db055f8cf226.tar.bz2 gentoo-2-79b53f57bc60243f8e0fa7126b68db055f8cf226.zip |
Add missing 'die' statement to sed, keyword ~amd64 wrt bug #439868, thanks to Mikle Kolyada
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/sel')
-rw-r--r-- | dev-util/sel/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/sel/sel-0.08.4.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/sel/ChangeLog b/dev-util/sel/ChangeLog index 35d5833b6ab6..7a0ffc810c5f 100644 --- a/dev-util/sel/ChangeLog +++ b/dev-util/sel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/sel -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/sel/ChangeLog,v 1.14 2009/07/18 08:12:20 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/sel/ChangeLog,v 1.15 2012/10/29 07:16:32 pinkbyte Exp $ + + 29 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> sel-0.08.4.ebuild: + Add missing 'die' statement to sed, keyword ~amd64 wrt bug #439868, thanks to + Mikle Kolyada 18 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> sel-0.08.4.ebuild: Fix dodoc. diff --git a/dev-util/sel/sel-0.08.4.ebuild b/dev-util/sel/sel-0.08.4.ebuild index 4fce76d11e7e..68da424d0191 100644 --- a/dev-util/sel/sel-0.08.4.ebuild +++ b/dev-util/sel/sel-0.08.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/sel/sel-0.08.4.ebuild,v 1.10 2009/07/18 08:12:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/sel/sel-0.08.4.ebuild,v 1.11 2012/10/29 07:16:32 pinkbyte Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://www.rninet.de/darkstar/sel.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="ppc s390 sparc x86" +KEYWORDS="~amd64 ppc s390 sparc x86" IUSE="" RDEPEND=">=sys-libs/ncurses-5.1" @@ -21,7 +21,7 @@ src_unpack () { cd "${S}" sed -i -e "s:/usr/local/share/sel/help\.txt:/usr/share/sel/help\.txt:" \ - sel.c + sel.c || die 'sed failed' } doecho() { |