diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2008-06-29 10:26:53 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2008-06-29 10:26:53 +0000 |
commit | cf846274156560a68cf960589756a7f138f57e7c (patch) | |
tree | cbb5e46b56e13d0655fb0ec507f10faa0a533179 /games-util | |
parent | app-misc/heyu: Remove mirror restriction (diff) | |
download | sunrise-reviewed-cf846274156560a68cf960589756a7f138f57e7c.tar.gz sunrise-reviewed-cf846274156560a68cf960589756a7f138f57e7c.tar.bz2 sunrise-reviewed-cf846274156560a68cf960589756a7f138f57e7c.zip |
games-util/playonlinux: Add ~amd64 profile and comments
svn path=/sunrise/; revision=6373
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/playonlinux/ChangeLog | 4 | ||||
-rw-r--r-- | games-util/playonlinux/Manifest | 4 | ||||
-rw-r--r-- | games-util/playonlinux/playonlinux-3.0.7.ebuild | 7 |
3 files changed, 10 insertions, 5 deletions
diff --git a/games-util/playonlinux/ChangeLog b/games-util/playonlinux/ChangeLog index 7b443ca04..95f1a0abb 100644 --- a/games-util/playonlinux/ChangeLog +++ b/games-util/playonlinux/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 29 Jun 2008; Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com> + playonlinux-3.0.7.ebuild: + Add ~amd64 profile and comments + 24 Jun 2008; Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com> -playonlinux-3.0.5.ebuild, +playonlinux-3.0.7.ebuild: playonlinux 3.0.5 -> 3.0.7 diff --git a/games-util/playonlinux/Manifest b/games-util/playonlinux/Manifest index 7f1a91d34..b601f9e3c 100644 --- a/games-util/playonlinux/Manifest +++ b/games-util/playonlinux/Manifest @@ -1,4 +1,4 @@ DIST PlayOnLinux_3.0.7.tar.gz 809235 RMD160 ad46c6a86c74f34c404c8138dbe72d0034031758 SHA1 6b0b150f1f16f454866f8c7c2a8f9cde5de2edf6 SHA256 0d0695e657f673ac8b0e3b1933a0e5c4c97716017fdda75ab66ab7bd1cf61f12 -EBUILD playonlinux-3.0.7.ebuild 2401 RMD160 8278bcf359b634673db2f9448552a6060b93479a SHA1 bdae92e1969839d4080e3ba2ca8a8ad7a57ece5d SHA256 7eeea792b180df80514465a68bc7bdfd8f9c3870b31fb5afc651229716b8f4f7 -MISC ChangeLog 1112 RMD160 4543bea07df4ecf183c1d63801f516ca5eb77cef SHA1 0991fb9e9724058a97b17fc304536b74cdff5a83 SHA256 d653b92ab56f49f6025ff7c1b588b1b10d071d839f3adf99d9ba3314d484f927 +EBUILD playonlinux-3.0.7.ebuild 2464 RMD160 6ef8012704df92961d0b05c9968b35928be5498f SHA1 2f5f06d91fa61db996bb88147c1bded20c737f03 SHA256 cd9392f20c01b1a64f729fe76a6e31bd0f0ea990078501d1bb4a1a5bd3208775 +MISC ChangeLog 1242 RMD160 94e6757ff4d88d8944826570a5588d1ccf821563 SHA1 50b9eee73f4e8bb67be1b1612a76ddc4141d5b6e SHA256 572c0f2c13786c0783deccd695151b0e44add36be920a6be5a8193b55d0fe657 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/games-util/playonlinux/playonlinux-3.0.7.ebuild b/games-util/playonlinux/playonlinux-3.0.7.ebuild index 66c8aac36..adf9b2438 100644 --- a/games-util/playonlinux/playonlinux-3.0.7.ebuild +++ b/games-util/playonlinux/playonlinux-3.0.7.ebuild @@ -11,9 +11,10 @@ SRC_URI="http://www.playonlinux.com/script_files/PlayOnLinux/${PV}/PlayOnLinux_$ LICENSE="GPL-3" SLOT="0" -KEYWORDS="-* ~x86" -# ~amd64 is available but can't be added on sunrise because wine is hard masked -# on no-multilib amd64 profiles +KEYWORDS="-* ~x86 ~amd64" +# ~amd64 will not work with no-multilib amd64 profiles. +# when ebuild will be in portage, playonlinux must be added as masked package +# for no-multilib amd64 profiles. IUSE="" DEPEND="" |