summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-01 08:27:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-01 08:27:50 +0100
commit1b55f47cbf2ba9c7e1e4e30f86e0b9702d3173d1 (patch)
tree16c56d779463b2c5767ce59e814dd8f6a064c5f3 /sys-apps
parent3eef25621a8759e38f5b712b4f4030754bcc2793 (diff)
sys-apps/lsb-release : revision bump
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/lsb-release/lsb-release-3.2-r3.ebuild (renamed from sys-apps/lsb-release/lsb-release-3.2-r2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/lsb-release/lsb-release-3.2-r2.ebuild b/sys-apps/lsb-release/lsb-release-3.2-r3.ebuild
index 0357f2a7..ca6c1f82 100644
--- a/sys-apps/lsb-release/lsb-release-3.2-r2.ebuild
+++ b/sys-apps/lsb-release/lsb-release-3.2-r3.ebuild
@@ -37,7 +37,7 @@ src_install() {
dodir /etc
cat > "${D}/etc/lsb-release" <<- EOF
DISTRIB_ID="Redcore"
- DISTRIB_RELEASE="rolling_boulder_uphill"
- DISTRIB_DESCRIPTION="Redcore Linux Hardened - rolling_boulder_uphill"
+ DISTRIB_RELEASE="Rolling.Boulder.Uphill"
+ DISTRIB_DESCRIPTION="Redcore Linux Hardened - Rolling.Boulder.Uphill"
EOF
}