diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-06-24 18:07:40 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-06-24 18:07:40 +0000 |
commit | 1810cbe50b384a9f3468fd2c3a28bf8e196f5428 (patch) | |
tree | 9ee7d71d6154e3e908a30bf3e0c32c632c691e7c /sys-apps | |
parent | (QA) Don't use KEYWORDS="-*". bug #160519. (diff) | |
download | gentoo-2-1810cbe50b384a9f3468fd2c3a28bf8e196f5428.tar.gz gentoo-2-1810cbe50b384a9f3468fd2c3a28bf8e196f5428.tar.bz2 gentoo-2-1810cbe50b384a9f3468fd2c3a28bf8e196f5428.zip |
(QA) Don't use KEYWORDS="-*". bug #160519.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/sandbox/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.18.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/sandbox/ChangeLog b/sys-apps/sandbox/ChangeLog index e95eb47cac4b..eb3208e59903 100644 --- a/sys-apps/sandbox/ChangeLog +++ b/sys-apps/sandbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/sandbox -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.72 2006/11/22 14:25:28 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.73 2007/06/24 18:07:40 peper Exp $ + + 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> sandbox-1.2.18.ebuild: + (QA) Don't use KEYWORDS="-*". bug #160519. 22 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> sandbox-1.2.20_alpha2.ebuild: diff --git a/sys-apps/sandbox/sandbox-1.2.18.ebuild b/sys-apps/sandbox/sandbox-1.2.18.ebuild index 7b4530487893..5ea0efcb84cf 100644 --- a/sys-apps/sandbox/sandbox-1.2.18.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.18.ebuild,v 1.3 2007/03/10 14:32:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.18.ebuild,v 1.4 2007/06/24 18:07:40 peper Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -17,7 +17,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -KEYWORDS="-*" +KEYWORDS="" IUSE="" RESTRICT="multilib-pkg-force" |