diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-17 16:07:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-17 18:14:48 +0100 |
commit | f13cf85499a8a168c211d6c185a7b61e82faf692 (patch) | |
tree | 854a99a8807e2b83cdd0fcd4edc1971b4725550c | |
parent | Move {dev-util → dev-build}/tup (diff) | |
download | gentoo-f13cf85499a8a168c211d6c185a7b61e82faf692.tar.gz gentoo-f13cf85499a8a168c211d6c185a7b61e82faf692.tar.bz2 gentoo-f13cf85499a8a168c211d6c185a7b61e82faf692.zip |
Move {sys-devel → dev-build}/cons
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-build/cons/Manifest (renamed from sys-devel/cons/Manifest) | 0 | ||||
-rw-r--r-- | dev-build/cons/cons-2.3.0-r1.ebuild (renamed from sys-devel/cons/cons-2.3.0-r1.ebuild) | 2 | ||||
-rw-r--r-- | dev-build/cons/metadata.xml (renamed from sys-devel/cons/metadata.xml) | 0 | ||||
-rw-r--r-- | profiles/updates/1Q-2024 | 1 | ||||
-rw-r--r-- | sci-biology/emboss/emboss-6.6.0-r2.ebuild | 5 |
5 files changed, 5 insertions, 3 deletions
diff --git a/sys-devel/cons/Manifest b/dev-build/cons/Manifest index 167672cc3290..167672cc3290 100644 --- a/sys-devel/cons/Manifest +++ b/dev-build/cons/Manifest diff --git a/sys-devel/cons/cons-2.3.0-r1.ebuild b/dev-build/cons/cons-2.3.0-r1.ebuild index 8d49a63d1d80..cbaeccacc605 100644 --- a/sys-devel/cons/cons-2.3.0-r1.ebuild +++ b/dev-build/cons/cons-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/sys-devel/cons/metadata.xml b/dev-build/cons/metadata.xml index b0d83aa2e489..b0d83aa2e489 100644 --- a/sys-devel/cons/metadata.xml +++ b/dev-build/cons/metadata.xml diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 index bffcf5acf279..738b271a8e88 100644 --- a/profiles/updates/1Q-2024 +++ b/profiles/updates/1Q-2024 @@ -45,3 +45,4 @@ move dev-util/gn dev-build/gn move dev-util/gyp dev-build/gyp move dev-util/netsurf-buildsystem dev-build/netsurf-buildsystem move dev-util/tup dev-build/tup +move sys-devel/cons dev-build/cons diff --git a/sci-biology/emboss/emboss-6.6.0-r2.ebuild b/sci-biology/emboss/emboss-6.6.0-r2.ebuild index 01af5e2fa977..79d3034a0985 100644 --- a/sci-biology/emboss/emboss-6.6.0-r2.ebuild +++ b/sci-biology/emboss/emboss-6.6.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,8 +16,9 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="minimal" RDEPEND=" + !dev-build/cons !games-action/xbomber - !sys-devel/cons" +" PDEPEND=" !minimal? ( sci-biology/aaindex |