diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2020-11-01 23:04:31 +0100 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2020-11-01 23:05:38 +0100 |
commit | 8e8948f78e49a485fa00c5bbbf1f969b78d0683c (patch) | |
tree | 36b6c8098c0a8e1b8ee43941222c7241227557df | |
parent | media-libs/zmusic: version bump to 1.1.4 (diff) | |
download | gentoo-8e8948f78e49a485fa00c5bbbf1f969b78d0683c.tar.gz gentoo-8e8948f78e49a485fa00c5bbbf1f969b78d0683c.tar.bz2 gentoo-8e8948f78e49a485fa00c5bbbf1f969b78d0683c.zip |
app-text/blogc: removed outdated blockers
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rafael Martins <rafaelmartins@gentoo.org>
-rw-r--r-- | app-text/blogc/blogc-0.20.0.ebuild | 6 | ||||
-rw-r--r-- | app-text/blogc/blogc-9999.ebuild | 8 |
2 files changed, 3 insertions, 11 deletions
diff --git a/app-text/blogc/blogc-0.20.0.ebuild b/app-text/blogc/blogc-0.20.0.ebuild index 8deec5d2e311..19396606704a 100644 --- a/app-text/blogc/blogc-0.20.0.ebuild +++ b/app-text/blogc/blogc-0.20.0.ebuild @@ -24,11 +24,7 @@ SLOT="0" IUSE="git httpd make test" RESTRICT="!test? ( test )" -RDEPEND=" - git? ( - dev-vcs/git ) - !dev-vcs/blogc-git-receiver - !www-servers/blogc-runserver" +RDEPEND="git? ( dev-vcs/git )" DEPEND="${DEPEND} virtual/pkgconfig diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild index e436f3de74d1..19396606704a 100644 --- a/app-text/blogc/blogc-9999.ebuild +++ b/app-text/blogc/blogc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,11 +24,7 @@ SLOT="0" IUSE="git httpd make test" RESTRICT="!test? ( test )" -RDEPEND=" - git? ( - dev-vcs/git ) - !dev-vcs/blogc-git-receiver - !www-servers/blogc-runserver" +RDEPEND="git? ( dev-vcs/git )" DEPEND="${DEPEND} virtual/pkgconfig |