diff options
author | 2018-03-22 12:20:23 -0400 | |
---|---|---|
committer | 2018-03-22 12:20:54 -0400 | |
commit | 096c6e77ce8f6e20a35539835391101f5c2e5906 (patch) | |
tree | af5c4f13c114a7b64ef52301991e048de6c6816a /dev-db | |
parent | app-mobilephone/wammu: bump version to 0.44 (diff) | |
download | gentoo-096c6e77ce8f6e20a35539835391101f5c2e5906.tar.gz gentoo-096c6e77ce8f6e20a35539835391101f5c2e5906.tar.bz2 gentoo-096c6e77ce8f6e20a35539835391101f5c2e5906.zip |
dev-db/pgadmin3: Reference Correct Desktop Patch
Closes: https://bugs.gentoo.org/651154
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.22.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild b/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild index 24cc5c7a9f87..c4ced109cba1 100644 --- a/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild +++ b/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild @@ -21,7 +21,7 @@ DEPEND=" >=dev-libs/libxslt-1.1" RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}"/pgadmin3-{desktop,gcc6-null-pointer}.patch ) +PATCHES=( "${FILESDIR}"/pgadmin3-{desktop-r1,gcc6-null-pointer}.patch ) src_configure() { WX_GTK_VER="3.0" |