diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-08 14:52:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-08 14:52:17 +0000 |
commit | 9f13d87e7302782ee8ce67eac8872ff605b056a9 (patch) | |
tree | 9097ebb27c3538bc33152b79b280778c67f40197 /games-emulation | |
parent | New package written by me (diff) | |
download | gentoo-2-9f13d87e7302782ee8ce67eac8872ff605b056a9.tar.gz gentoo-2-9f13d87e7302782ee8ce67eac8872ff605b056a9.tar.bz2 gentoo-2-9f13d87e7302782ee8ce67eac8872ff605b056a9.zip |
tidy
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/nestra/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r2.ebuild | 12 |
2 files changed, 6 insertions, 11 deletions
diff --git a/games-emulation/nestra/ChangeLog b/games-emulation/nestra/ChangeLog index 4f50ad95f7f2..efd1c8b32aed 100644 --- a/games-emulation/nestra/ChangeLog +++ b/games-emulation/nestra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/nestra # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.18 2015/02/07 04:51:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.19 2015/04/08 14:52:17 mr_bones_ Exp $ + + 08 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org> nestra-0.66-r2.ebuild: + tidy 07 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> nestra-0.66-r2.ebuild: tidy diff --git a/games-emulation/nestra/nestra-0.66-r2.ebuild b/games-emulation/nestra/nestra-0.66-r2.ebuild index cc03b86d13ef..cec04b5349e3 100644 --- a/games-emulation/nestra/nestra-0.66-r2.ebuild +++ b/games-emulation/nestra/nestra-0.66-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild,v 1.5 2015/02/07 04:51:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild,v 1.6 2015/04/08 14:52:17 mr_bones_ Exp $ EAPI=5 inherit eutils toolchain-funcs flag-o-matic multilib games @@ -16,15 +16,7 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -RDEPEND=" - || ( - ( - x11-libs/libX11[abi_x86_32(-)] - ) - amd64? ( - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - ) - )" +RDEPEND="x11-libs/libX11[abi_x86_32(-)]" DEPEND=${RDEPEND} S=${WORKDIR}/${PN} |