dev-db/postgresql: [QA] Fix UnnecessarySlashStrip
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:51:01 +0000 (17:51 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:51:01 +0000 (17:51 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
dev-db/postgresql/postgresql-9.4.22.ebuild
dev-db/postgresql/postgresql-9.5.17.ebuild
dev-db/postgresql/postgresql-9.6.13.ebuild

index 3ca85697fc7225b4f5c5c175e218f84bcd6b39d0..cf992d873e2a85d9cc412ba9e549a13960765cfe 100644 (file)
@@ -127,7 +127,7 @@ src_configure() {
        export LDFLAGS_SL="${LDFLAGS}"
        export LDFLAGS_EX="${LDFLAGS}"
 
-       local PO="${EPREFIX%/}"
+       local PO="${EPREFIX}"
 
        local i uuid_config=""
        if use uuid; then
index b8663e8bbf3e97d45ab384481dd881ffb8823790..9918b3fc1fe2a8fa2205f88dcef6e22da91dd6f9 100644 (file)
@@ -127,7 +127,7 @@ src_configure() {
        export LDFLAGS_SL="${LDFLAGS}"
        export LDFLAGS_EX="${LDFLAGS}"
 
-       local PO="${EPREFIX%/}"
+       local PO="${EPREFIX}"
 
        local i uuid_config=""
        if use uuid; then
index bbb43aee8a9491271f62e8372f843c72abf8e48b..74f8af4248ab3c60d9a033adeec9ec52279b18cc 100644 (file)
@@ -131,7 +131,7 @@ src_configure() {
        export LDFLAGS_SL="${LDFLAGS}"
        export LDFLAGS_EX="${LDFLAGS}"
 
-       local PO="${EPREFIX%/}"
+       local PO="${EPREFIX}"
 
        local i uuid_config=""
        if use uuid; then