diff options
author | Sam James <sam@gentoo.org> | 2023-06-12 15:05:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-12 15:06:34 +0100 |
commit | 1ca1dbf9fdadcef4a5bb5807eef226bc5d2d4e4f (patch) | |
tree | b0202d0c574a9419825146c78c1a6eb8cf364e90 /app-text/blogc | |
parent | sci-electronics/gazebo: drop app-text/ronn (diff) | |
download | gentoo-1ca1dbf9fdadcef4a5bb5807eef226bc5d2d4e4f.tar.gz gentoo-1ca1dbf9fdadcef4a5bb5807eef226bc5d2d4e4f.tar.bz2 gentoo-1ca1dbf9fdadcef4a5bb5807eef226bc5d2d4e4f.zip |
app-text/blogc: drop app-text/ronn
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/blogc')
-rw-r--r-- | app-text/blogc/blogc-0.20.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/blogc/blogc-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/blogc/blogc-0.20.1.ebuild b/app-text/blogc/blogc-0.20.1.ebuild index 166089083955..d67ef789f4f1 100644 --- a/app-text/blogc/blogc-0.20.1.ebuild +++ b/app-text/blogc/blogc-0.20.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ else fi if [[ ${PV} = *9999* ]]; then - BDEPEND="|| ( app-text/ronn-ng app-text/ronn )" + BDEPEND="app-text/ronn-ng" else KEYWORDS="~amd64 ~x86" fi diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild index 166089083955..d67ef789f4f1 100644 --- a/app-text/blogc/blogc-9999.ebuild +++ b/app-text/blogc/blogc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ else fi if [[ ${PV} = *9999* ]]; then - BDEPEND="|| ( app-text/ronn-ng app-text/ronn )" + BDEPEND="app-text/ronn-ng" else KEYWORDS="~amd64 ~x86" fi |