Diff qmmp-1.6.4 with a qmmp-9999
/usr/portage/media-sound/qmmp/qmmp-9999.ebuild 2023-10-09 14:52:31.796368408 +0300 | ||
---|---|---|
10 | 10 |
if [[ ${PV} != *9999* ]]; then |
11 | 11 |
SRC_URI="https://qmmp.ylsoftware.com/files/${P}.tar.bz2 |
12 | 12 |
mirror://sourceforge/${PN}-dev/files/${P}.tar.bz2" |
13 |
KEYWORDS="amd64 x86" |
|
13 |
KEYWORDS="~amd64 ~x86" |
|
14 | 14 |
else |
15 | 15 |
inherit subversion |
16 | 16 |
QMMP_DEV_BRANCH="1.3" |
... | ... | |
94 | 94 | |
95 | 95 |
DOCS=( AUTHORS ChangeLog README ) |
96 | 96 | |
97 |
PATCHES=( |
|
98 |
"${FILESDIR}/${PN}-1.6.0-udisks_plugin.patch" |
|
99 |
) |
|
100 | ||
97 | 101 |
src_prepare() { |
98 | 102 |
if has_version dev-libs/libcdio-paranoia ; then |
99 | 103 |
sed -i \ |