diff options
author | 2024-01-04 12:58:36 -0500 | |
---|---|---|
committer | 2024-01-04 13:01:55 -0500 | |
commit | 3ace4f06a18cb6007d274cc1dffc018ab229dafd (patch) | |
tree | 7edc4b20030f7409dea430301384969c76dac69c /x11-libs/pixman | |
parent | x11-libs/pixman: Disable demos (diff) | |
download | gentoo-3ace4f06a18cb6007d274cc1dffc018ab229dafd.tar.gz gentoo-3ace4f06a18cb6007d274cc1dffc018ab229dafd.tar.bz2 gentoo-3ace4f06a18cb6007d274cc1dffc018ab229dafd.zip |
x11-libs/pixman: Drop empty assignment
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/pixman')
-rw-r--r-- | x11-libs/pixman/pixman-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild index 27ff22e23b55..64f5bc702b84 100644 --- a/x11-libs/pixman/pixman-9999.ebuild +++ b/x11-libs/pixman/pixman-9999.ebuild @@ -13,9 +13,7 @@ inherit ${GIT_ECLASS} flag-o-matic meson-multilib multiprocessing toolchain-func DESCRIPTION="Low-level pixel manipulation routines" HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/" -if [[ ${PV} = 9999* ]]; then - SRC_URI="" -else +if [[ ${PV} != 9999* ]]; then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.xz" fi |