www-apps/libravatarserv: rebuild if crypto++ or imagemagick updates

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2022-06-25 16:21:30 +02:00
parent 3ddacfdd15
commit 442aaf79f0
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -28,8 +28,8 @@ fi
IUSE="" IUSE=""
RDEPEND=" RDEPEND="
dev-libs/crypto++ dev-libs/crypto++:=
media-gfx/imagemagick media-gfx/imagemagick:=
dev-libs/libxdg-basedir dev-libs/libxdg-basedir
dev-cpp/identiconpp dev-cpp/identiconpp
" "

View File

@ -25,8 +25,8 @@ SLOT="0"
RDEPEND=" RDEPEND="
dev-cpp/identiconpp dev-cpp/identiconpp
dev-libs/crypto++ dev-libs/crypto++:=
media-gfx/imagemagick media-gfx/imagemagick:=
" "
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"