diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 09:43:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 09:43:59 +0000 |
commit | a33bacb3b3ecdb16a8f56a4ef5563806e8bf233f (patch) | |
tree | 8f30bfa963685f06ebba89e1cda6a51517ba981e /games-emulation | |
parent | Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932. (diff) | |
download | gentoo-2-a33bacb3b3ecdb16a8f56a4ef5563806e8bf233f.tar.gz gentoo-2-a33bacb3b3ecdb16a8f56a4ef5563806e8bf233f.tar.bz2 gentoo-2-a33bacb3b3ecdb16a8f56a4ef5563806e8bf233f.zip |
Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/handy/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/handy/handy-0.82.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/handy/ChangeLog b/games-emulation/handy/ChangeLog index 0221804bb149..d1b53a135327 100644 --- a/games-emulation/handy/ChangeLog +++ b/games-emulation/handy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/handy # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/ChangeLog,v 1.7 2014/04/17 07:00:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/ChangeLog,v 1.8 2014/09/07 09:43:59 ulm Exp $ + + 07 Sep 2014; Ulrich Müller <ulm@gentoo.org> handy-0.82.ebuild: + Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932. 17 Apr 2014; Ulrich Müller <ulm@gentoo.org> handy-0.82.ebuild: Fix LICENSE, bug 505622. diff --git a/games-emulation/handy/handy-0.82.ebuild b/games-emulation/handy/handy-0.82.ebuild index a12e44d52eaf..67a3f4cb73f4 100644 --- a/games-emulation/handy/handy-0.82.ebuild +++ b/games-emulation/handy/handy-0.82.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/handy-0.82.ebuild,v 1.8 2014/04/17 07:00:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/handy-0.82.ebuild,v 1.9 2014/09/07 09:43:59 ulm Exp $ inherit games @@ -13,7 +13,7 @@ SRC_URI="http://sdlemu.ngemu.com/releases/Handy-SDL-${PV}${MY_RLS}.i386.linux-gl # any copyrighted materials" LICENSE="public-domain no-source-code" SLOT="0" -KEYWORDS="-* x86" +KEYWORDS="-* ~x86" RESTRICT="strip" IUSE="" |