Diff cups-filters-1.28.14 with a cups-filters-1.28.15
/usr/portage/net-print/cups-filters/cups-filters-1.28.15.ebuild 2022-05-29 19:17:47.731347526 +0300 | ||
---|---|---|
9 | 9 |
DESCRIPTION="Cups filters" |
10 | 10 |
HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters" |
11 | 11 |
SRC_URI="https://www.openprinting.org/download/${PN}/${P}.tar.xz" |
12 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
12 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
13 | 13 | |
14 | 14 |
LICENSE="MIT GPL-2" |
15 | 15 |
SLOT="0" |
... | ... | |
48 | 48 |
" |
49 | 49 | |
50 | 50 |
src_configure() { |
51 |
# (As of 1.28.15, still defaults upstream to c++0x, so it's still needed, |
|
52 |
# probably.) |
|
51 | 53 |
# Bug #626800 |
52 | 54 |
append-cxxflags -std=c++11 |
53 | 55 |